root/tags/1.0.1/coverager.h
| Revision 27, 356 bytes (checked in by moo, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | #include "php.h" |
| 2 | #include "xcache.h" |
| 3 | |
| 4 | extern char *xc_coveragedump_dir; |
| 5 | |
| 6 | void xc_coverager_handle_ext_stmt(zend_op_array *op_array, zend_uchar op); |
| 7 | int xc_coverager_init(int module_number TSRMLS_DC); |
| 8 | void xc_coverager_destroy(); |
| 9 | void xc_coverager_request_init(TSRMLS_D); |
| 10 | void xc_coverager_request_shutdown(TSRMLS_D); |
| 11 | PHP_FUNCTION(xcache_coverager_decode); |
Note: See TracBrowser
for help on using the browser.

