From 1202c20d082c7a84a666a3cc6388f874f257b66a Mon Sep 17 00:00:00 2001 From: Xuefer Date: Sat, 5 Jan 2008 10:02:47 +0000 Subject: [PATCH] PHP_6: updated opcode names git-svn-id: svn://svn.lighttpd.net/xcache/trunk@510 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- const_string_opcodes_php6.x.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/const_string_opcodes_php6.x.h b/const_string_opcodes_php6.x.h index ad2293d..d2d43f3 100644 --- a/const_string_opcodes_php6.x.h +++ b/const_string_opcodes_php6.x.h @@ -69,7 +69,7 @@ static const char *const xc_opcode_names[] = { /* 66 */ "SEND_VAR", /* 67 */ "SEND_REF", /* 68 */ "NEW", -/* 69 */ "GOTO", +/* 69 */ "INIT_NS_FCALL_BY_NAME", /* 70 */ "FREE", /* 71 */ "INIT_ARRAY", /* 72 */ "ADD_ARRAY_ELEMENT", @@ -100,7 +100,7 @@ static const char *const xc_opcode_names[] = { /* 97 */ "FETCH_OBJ_UNSET", /* 98 */ "FETCH_DIM_TMP_VAR", /* 99 */ "FETCH_CONSTANT", -/* 100 */ "UNDEF", +/* 100 */ "GOTO", /* 101 */ "EXT_STMT", /* 102 */ "EXT_FCALL_BEGIN", /* 103 */ "EXT_FCALL_END", @@ -143,7 +143,7 @@ static const char *const xc_opcode_names[] = { /* 140 */ "DECLARE_INHERITED_CLASS", /* 141 */ "DECLARE_FUNCTION", /* 142 */ "RAISE_ABSTRACT_ERROR", -/* 143 */ "UNDEF", +/* 143 */ "DECLARE_CONST", /* 144 */ "ADD_INTERFACE", /* 145 */ "UNDEF", /* 146 */ "VERIFY_ABSTRACT_CLASS",