source:
trunk/const_string.h
@
1
| Last change on this file since 1 was 1, checked in by moo, 7 years ago | |
|---|---|
| File size: 249 bytes | |
| Rev | Line | |
|---|---|---|
| [1] | 1 | #include "php.h" |
| 2 | ||
| 3 | int xc_get_op_type_count(); | |
| 4 | const char *xc_get_op_type(zend_uchar op_type); | |
| 5 | int xc_get_data_type_count(); | |
| 6 | const char *xc_get_data_type(zend_uchar data_type); | |
| 7 | int xc_get_opcode_count(); | |
| 8 | const char *xc_get_opcode(zend_uchar opcode); |
Note: See TracBrowser
for help on using the repository browser.

