|
Last change
on this file since 393 was
393,
checked in by moo, 6 years ago
|
|
set svn:eol-style
|
-
Property svn:eol-style set to
native
|
|
File size:
432 bytes
|
| 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); |
|---|
Note: See
TracBrowser
for help on using the repository browser.