1
0
Fork 0

update new opcode form php6

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@397 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 16 years ago
parent f2a97e276a
commit 42f0b99efa

@ -1,4 +1,4 @@
/* size = 151 */
/* size = 152 */
static const char *const xc_opcode_names[] = {
/* 0 */ "NOP",
/* 1 */ "ADD",
@ -151,5 +151,6 @@ static const char *const xc_opcode_names[] = {
/* 148 */ "ISSET_ISEMPTY_PROP_OBJ",
/* 149 */ "HANDLE_EXCEPTION",
/* 150 */ "USER_OPCODE",
/* 151 */ "U_NORMALIZE"
/* 151 */ "U_NORMALIZE",
/* 152 */ "JMP_SET"
};

Loading…
Cancel
Save