File: const_string.h

package info (click to toggle)
xcache 2.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,724 kB
  • sloc: ansic: 8,175; php: 4,557; awk: 285; sh: 135; makefile: 75
file content (8 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#include "php.h"

zend_uchar xc_get_op_type_count();
const char *xc_get_op_type(zend_uchar op_type);
zend_uchar xc_get_data_type_count();
const char *xc_get_data_type(zend_uchar data_type);
zend_uchar xc_get_opcode_count();
const char *xc_get_opcode(zend_uchar opcode);