Show
Ignore:
Timestamp:
08/17/2008 10:52:42 AM (5 months ago)
Author:
moo
Message:

5.3 support, merge news from 1.2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/const_string_opcodes_php6.x.h

    r510 r562  
    1 /* size = 152 */ 
     1/* size = 153 */ 
    22static const char *const xc_opcode_names[] = { 
    33/* 0 */ "NOP", 
     
    146146/* 143 */   "DECLARE_CONST", 
    147147/* 144 */   "ADD_INTERFACE", 
    148 /* 145 */   "UNDEF", 
     148/* 145 */   "DECLARE_INHERITED_CLASS_DELAYED", 
    149149/* 146 */   "VERIFY_ABSTRACT_CLASS", 
    150150/* 147 */   "ASSIGN_DIM", 
     
    153153/* 150 */   "USER_OPCODE", 
    154154/* 151 */   "U_NORMALIZE", 
    155 /* 152 */   "JMP_SET" 
     155/* 152 */   "JMP_SET", 
     156/* 153 */   "DECLARE_LAMBDA_FUNCTION" 
    156157};