1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xcache/const_string.h

9 lines
249 B

#include "php.h"
int xc_get_op_type_count();
const char *xc_get_op_type(zend_uchar op_type);
int xc_get_data_type_count();
const char *xc_get_data_type(zend_uchar data_type);
int xc_get_opcode_count();
const char *xc_get_opcode(zend_uchar opcode);