Changeset 562 for trunk/const_string_opcodes_php5.1.h
- Timestamp:
- 08/17/2008 12:52:42 PM (5 years ago)
- Files:
-
- 1 modified
-
trunk/const_string_opcodes_php5.1.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/const_string_opcodes_php5.1.h
r393 r562 1 /* size = 15 0*/1 /* size = 153 */ 2 2 static const char *const xc_opcode_names[] = { 3 3 /* 0 */ "NOP", … … 70 70 /* 67 */ "SEND_REF", 71 71 /* 68 */ "NEW", 72 /* 69 */ " UNDEF",72 /* 69 */ "INIT_NS_FCALL_BY_NAME", 73 73 /* 70 */ "FREE", 74 74 /* 71 */ "INIT_ARRAY", … … 101 101 /* 98 */ "FETCH_DIM_TMP_VAR", 102 102 /* 99 */ "FETCH_CONSTANT", 103 /* 100 */ " UNDEF",103 /* 100 */ "GOTO", 104 104 /* 101 */ "EXT_STMT", 105 105 /* 102 */ "EXT_FCALL_BEGIN", … … 144 144 /* 141 */ "DECLARE_FUNCTION", 145 145 /* 142 */ "RAISE_ABSTRACT_ERROR", 146 /* 143 */ " UNDEF",146 /* 143 */ "DECLARE_CONST", 147 147 /* 144 */ "ADD_INTERFACE", 148 /* 145 */ " UNDEF",148 /* 145 */ "DECLARE_INHERITED_CLASS_DELAYED", 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" 153 /* 150 */ "USER_OPCODE", 154 /* 151 */ "UNDEF", 155 /* 152 */ "JMP_SET", 156 /* 153 */ "DECLARE_LAMBDA_FUNCTION" 154 157 };

