You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
270 B
C
9 lines
270 B
C
![]()
17 years ago
|
#include "php.h"
|
||
|
|
||
![]()
17 years ago
|
zend_uchar xc_get_op_type_count();
|
||
![]()
17 years ago
|
const char *xc_get_op_type(zend_uchar op_type);
|
||
![]()
17 years ago
|
zend_uchar xc_get_data_type_count();
|
||
![]()
17 years ago
|
const char *xc_get_data_type(zend_uchar data_type);
|
||
![]()
17 years ago
|
zend_uchar xc_get_opcode_count();
|
||
![]()
17 years ago
|
const char *xc_get_opcode(zend_uchar opcode);
|