2006-05-26 02:30:20 +00:00
|
|
|
#include "php.h"
|
|
|
|
#include "xcache.h"
|
|
|
|
|
|
|
|
void xc_coverager_handle_ext_stmt(zend_op_array *op_array, zend_uchar op);
|
|
|
|
int xc_coverager_init(int module_number TSRMLS_DC);
|
|
|
|
void xc_coverager_destroy();
|
|
|
|
void xc_coverager_request_init(TSRMLS_D);
|
|
|
|
void xc_coverager_request_shutdown(TSRMLS_D);
|
|
|
|
PHP_FUNCTION(xcache_coverager_decode);
|
2006-10-01 08:57:51 +00:00
|
|
|
PHP_FUNCTION(xcache_coverager_start);
|
|
|
|
PHP_FUNCTION(xcache_coverager_stop);
|
|
|
|
PHP_FUNCTION(xcache_coverager_get);
|