From 42f0b99efa716691b2064bb4e55148472da056ea Mon Sep 17 00:00:00 2001 From: Xuefer Date: Sun, 27 May 2007 13:07:48 +0000 Subject: [PATCH] update new opcode form php6 git-svn-id: svn://svn.lighttpd.net/xcache/trunk@397 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- const_string_opcodes_php6.x.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/const_string_opcodes_php6.x.h b/const_string_opcodes_php6.x.h index cb2e07d..ad2293d 100644 --- a/const_string_opcodes_php6.x.h +++ b/const_string_opcodes_php6.x.h @@ -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" };