Changeset 102 for eaccelerator/trunk/opcodes.c
- Timestamp:
- 05/16/05 11:56:42 (4 years ago)
- Files:
-
- eaccelerator/trunk/opcodes.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/opcodes.c
r76 r102 161 161 #ifdef ZEND_ENGINE_2 162 162 OPDEF("UNSET_VAR", EXT_UNUSED | OP1_STD | OP2_FETCH | RES_UNUSED), /* 74 */ 163 OPDEF("UNSET_DIM_OBJ", EXT_STD | OP1_ VAR| OP2_STD | RES_UNUSED), /* 75 */163 OPDEF("UNSET_DIM_OBJ", EXT_STD | OP1_STD | OP2_STD | RES_UNUSED), /* 75 */ 164 164 OPDEF("ISSET_ISEMPTY", EXT_ISSET | OP1_VAR | OP2_UNUSED | RES_TMP), /* 76 */ 165 165 #else