Changeset 1095 for trunk/xcache/xc_const_string_opcodes_php5.1.h
- Timestamp:
- 07/31/2012 06:21:50 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/xcache/xc_const_string_opcodes_php5.1.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache/xc_const_string_opcodes_php5.1.h
r982 r1095 1 /* size = 15 4*/1 /* size = 151 */ 2 2 static const char *const xc_opcode_names[] = { 3 3 /* 0 */ "NOP", … … 70 70 /* 67 */ "SEND_REF", 71 71 /* 68 */ "NEW", 72 /* 69 */ " INIT_NS_FCALL_BY_NAME",72 /* 69 */ "UNDEF", 73 73 /* 70 */ "FREE", 74 74 /* 71 */ "INIT_ARRAY", … … 101 101 /* 98 */ "FETCH_DIM_TMP_VAR", 102 102 /* 99 */ "FETCH_CONSTANT", 103 /* 100 */ " GOTO",103 /* 100 */ "UNDEF", 104 104 /* 101 */ "EXT_STMT", 105 105 /* 102 */ "EXT_FCALL_BEGIN", … … 144 144 /* 141 */ "DECLARE_FUNCTION", 145 145 /* 142 */ "RAISE_ABSTRACT_ERROR", 146 /* 143 */ " DECLARE_CONST",146 /* 143 */ "UNDEF", 147 147 /* 144 */ "ADD_INTERFACE", 148 /* 145 */ " DECLARE_INHERITED_CLASS_DELAYED",148 /* 145 */ "UNDEF", 149 149 /* 146 */ "VERIFY_ABSTRACT_CLASS", 150 150 /* 147 */ "ASSIGN_DIM", 151 151 /* 148 */ "ISSET_ISEMPTY_PROP_OBJ", 152 152 /* 149 */ "HANDLE_EXCEPTION", 153 /* 150 */ "USER_OPCODE", 154 /* 151 */ "UNDEF", 155 /* 152 */ "JMP_SET", 156 /* 153 */ "DECLARE_LAMBDA_FUNCTION" 153 /* 150 */ "USER_OPCODE" 157 154 };

