source:
trunk/const_string.h
@
20
| Last change on this file since 20 was 20, checked in by moo, 7 years ago | |
|---|---|
| File size: 270 bytes | |
| 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 repository browser.

