root/trunk/disassembler.h

Revision 393, 152 bytes (checked in by moo, 19 months ago)

set svn:eol-style

  • Property svn:eol-style set to native
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.