root/trunk/coverage.h
@
1
| Revision 1, 350 bytes (checked in by moo, 7 years ago) |
|---|
| Line | |
|---|---|
| 1 | #include "php.h" |
| 2 | #include "xcache.h" |
| 3 | |
| 4 | extern char *xc_coveragedump_dir; |
| 5 | |
| 6 | void xc_coverage_handle_ext_stmt(zend_op_array *op_array, zend_uchar op); |
| 7 | int xc_coverage_init(int module_number TSRMLS_DC); |
| 8 | void xc_coverage_destroy(); |
| 9 | void xc_coverage_request_init(TSRMLS_D); |
| 10 | void xc_coverage_request_shutdown(TSRMLS_D); |
| 11 | PHP_FUNCTION(xcache_coverage_decode); |
Note: See TracBrowser
for help on using the browser.

