|
Last change
on this file since 1 was
1,
checked in by moo, 7 years ago
|
|
initial import to online
|
|
File size:
350 bytes
|
| Rev | Line | |
|---|
| [1] | 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 repository browser.