root/trunk/const_string.h
| Revision 393, 270 bytes (checked in by moo, 19 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #include "php.h" |
| 2 | |
| 3 | zend_uchar xc_get_op_type_count(); |
| 4 | const char *xc_get_op_type(zend_uchar op_type); |
| 5 | zend_uchar xc_get_data_type_count(); |
| 6 | const char *xc_get_data_type(zend_uchar data_type); |
| 7 | zend_uchar xc_get_opcode_count(); |
| 8 | const char *xc_get_opcode(zend_uchar opcode); |
Note: See TracBrowser
for help on using the browser.

