root/tags/1.2.0-rc1/const_string.h

Revision 20, 270 bytes (checked in by moo, 3 years ago)

get* proto changes

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.