Changeset 784 for branches/1.3/opcode_spec_def.h
- Timestamp:
- 04/22/2011 05:18:42 PM (2 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
opcode_spec_def.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
- Property svn:mergeinfo changed
/trunk merged: 775-778,780-783
- Property svn:mergeinfo changed
-
branches/1.3/opcode_spec_def.h
r726 r784 147 147 OPSPEC( UNUSED, VAR_2, STD, VAR) /* 97 FETCH_OBJ_UNSET */ 148 148 OPSPEC( UNUSED, STD, STD, VAR) /* 98 FETCH_DIM_TMP_VAR */ 149 #ifdef ZEND_ENGINE_2 149 #ifdef ZEND_ENGINE_2_3 150 OPSPEC( UNUSED, VAR_2, STD, TMP) /* 99 FETCH_CONSTANT */ 151 #elif defined(ZEND_ENGINE_2) 150 152 OPSPEC( UNUSED, UCLASS, STD, TMP) /* 99 FETCH_CONSTANT */ 151 153 #else

