Changeset 714 for trunk/const_string_opcodes_php6.x.h
- Timestamp:
- 04/09/2011 05:08:38 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/const_string_opcodes_php6.x.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/const_string_opcodes_php6.x.h
r567 r714 1 /* size = 15 4*/1 /* size = 157 */ 2 2 static const char *const xc_opcode_names[] = { 3 3 /* 0 */ "NOP", … … 112 112 /* 109 */ "FETCH_CLASS", 113 113 /* 110 */ "CLONE", 114 /* 111 */ " UNDEF",114 /* 111 */ "RETURN_BY_REF", 115 115 /* 112 */ "INIT_METHOD_CALL", 116 116 /* 113 */ "INIT_STATIC_METHOD_CALL", … … 152 152 /* 149 */ "HANDLE_EXCEPTION", 153 153 /* 150 */ "USER_OPCODE", 154 /* 151 */ "U _NORMALIZE",154 /* 151 */ "UNDEF", 155 155 /* 152 */ "JMP_SET", 156 /* 153 */ "DECLARE_LAMBDA_FUNCTION" 156 /* 153 */ "DECLARE_LAMBDA_FUNCTION", 157 /* 154 */ "ADD_TRAIT", 158 /* 155 */ "BIND_TRAITS", 159 /* 156 */ "SEPARATE" 157 160 };

