|
Revision 393, 432 bytes
(checked in by moo, 16 months ago)
|
|
set svn:eol-style
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | #include "php.h" |
|---|
| 2 | #include "xcache.h" |
|---|
| 3 | |
|---|
| 4 | void xc_coverager_handle_ext_stmt(zend_op_array *op_array, zend_uchar op); |
|---|
| 5 | int xc_coverager_init(int module_number TSRMLS_DC); |
|---|
| 6 | void xc_coverager_destroy(); |
|---|
| 7 | void xc_coverager_request_init(TSRMLS_D); |
|---|
| 8 | void xc_coverager_request_shutdown(TSRMLS_D); |
|---|
| 9 | PHP_FUNCTION(xcache_coverager_decode); |
|---|
| 10 | PHP_FUNCTION(xcache_coverager_start); |
|---|
| 11 | PHP_FUNCTION(xcache_coverager_stop); |
|---|
| 12 | PHP_FUNCTION(xcache_coverager_get); |
|---|