root/trunk/const_string.h

Revision 393, 270 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
3zend_uchar xc_get_op_type_count();
4const char *xc_get_op_type(zend_uchar op_type);
5zend_uchar xc_get_data_type_count();
6const char *xc_get_data_type(zend_uchar data_type);
7zend_uchar xc_get_opcode_count();
8const char *xc_get_opcode(zend_uchar opcode);
Note: See TracBrowser for help on using the browser.