root/tags/1.0/disassembler.h

Revision 1, 152 bytes (checked in by moo, 3 years ago)

initial import to online

Line 
1#include "php.h"
2
3void xc_dasm_string(zval *return_value, zval *code TSRMLS_DC);
4void xc_dasm_file(zval *return_value, const char *filename TSRMLS_DC);
Note: See TracBrowser for help on using the browser.