root/branches/1.3/coverager.h

Revision 394, 432 bytes (checked in by moo, 20 months ago)

merged [393] from trunk: svn:eol-style

  • Property svn:eol-style set to native
Line 
1#include "php.h"
2#include "xcache.h"
3
4void xc_coverager_handle_ext_stmt(zend_op_array *op_array, zend_uchar op);
5int xc_coverager_init(int module_number TSRMLS_DC);
6void xc_coverager_destroy();
7void xc_coverager_request_init(TSRMLS_D);
8void xc_coverager_request_shutdown(TSRMLS_D);
9PHP_FUNCTION(xcache_coverager_decode);
10PHP_FUNCTION(xcache_coverager_start);
11PHP_FUNCTION(xcache_coverager_stop);
12PHP_FUNCTION(xcache_coverager_get);
Note: See TracBrowser for help on using the browser.