Changeset 561 for branches/1.3/const_string_opcodes_php6.x.h
- Timestamp:
- 08/16/2008 04:56:24 PM (5 months ago)
- Files:
-
- 1 modified
-
branches/1.3/const_string_opcodes_php6.x.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3/const_string_opcodes_php6.x.h
r394 r561 1 /* size = 15 1*/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 */ " GOTO",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", … … 152 152 /* 149 */ "HANDLE_EXCEPTION", 153 153 /* 150 */ "USER_OPCODE", 154 /* 151 */ "U_NORMALIZE" 154 /* 151 */ "U_NORMALIZE", 155 /* 152 */ "JMP_SET", 156 /* 153 */ "DECLARE_LAMBDA_FUNCTION" 155 157 };

