- Timestamp:
- 2013-07-19T04:25:47Z (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache/xc_opcode_spec_def.h
r1321 r1332 165 165 OPSPEC( UNUSED, STD, UNUSED, UNUSED) /* 105 TICKS */ 166 166 OPSPEC(SEND_NOREF, VAR, ARG, UNUSED) /* 106 SEND_VAR_NO_REF */ 167 #ifdef ZEND_ENGINE_2 167 #ifndef ZEND_ENGINE_2 168 OPSPEC( UNUSED, UNUSED, UNUSED, UNUSED) /* 107 UNDEF */ 169 OPSPEC( UNUSED, UNUSED, UNUSED, UNUSED) /* 108 UNDEF */ 170 OPSPEC( UNUSED, UNUSED, UNUSED, UNUSED) /* 109 UNDEF */ 171 OPSPEC( FCALL, STD, OPLINE, VAR) /* 61 DO_FCALL_BY_FUNC */ 172 OPSPEC(INIT_FCALL, STD, STD, UNUSED) /* 111 INIT_FCALL_BY_FUNC */ 173 OPSPEC( UNUSED, UNUSED, UNUSED, UNUSED) /* 112 UNDEF */ 174 #else /* ZEND_ENGINE_2 */ 168 175 # ifdef ZEND_ENGINE_2_4 169 176 OPSPEC( OPLINE, STD, STD, UNUSED) /* 107 CATCH */ … … 237 244 OPSPEC( ISSET, STD, STD, TMP) /* 148 ISSET_ISEMPTY_PROP_OBJ */ 238 245 OPSPEC( STD, UNUSED, UNUSED, STD) /* 149 HANDLE_EXCEPTION */ 239 # ifdef ZEND_ENGINE_2_1 246 #endif /* ZEND_ENGINE_2 */ 247 #ifdef ZEND_ENGINE_2_1 240 248 OPSPEC( STD, UNUSED, UNUSED, STD) /* 150 USER_OPCODE */ 241 # 242 # 249 #endif 250 #ifdef ZEND_ENGINE_2_3 243 251 OPSPEC( UNUSED, UNUSED, UNUSED, UNUSED) /* 151 UNDEF */ 244 252 OPSPEC( UNUSED, STD, JMPADDR, TMP) /* 152 JMP_SET */ 245 253 OPSPEC( UNUSED, STD, STD, TMP) /* 153 DECLARE_LAMBDA_FUNCTION */ 246 # 247 # 254 #endif 255 #ifdef ZEND_ENGINE_2_4 248 256 OPSPEC( UNUSED, UNUSED, UNUSED, UNUSED) /* 154 ADD_TRAIT */ 249 257 OPSPEC( UNUSED, UNUSED, UNUSED, UNUSED) /* 155 BIND_TRAITS */ … … 251 259 OPSPEC( UNUSED, UNUSED, UNUSED, UNUSED) /* 157 QM_ASSIGN_VAR */ 252 260 OPSPEC( UNUSED, UNUSED, UNUSED, UNUSED) /* 158 JMP_SET_VAR */ 253 # 254 # 261 #endif 262 #ifdef ZEND_ENGINE_2_5 255 263 OPSPEC( UNUSED, UNUSED, UNUSED, UNUSED) /* 159 DISCARD_EXCEPTION */ 256 264 OPSPEC( UNUSED, STD, STD, UNUSED) /* 160 YIELD */ … … 258 266 OPSPEC( UNUSED, JMPADDR, UNUSED, UNUSED) /* 162 FAST_CALL */ 259 267 OPSPEC( UNUSED, UNUSED, UNUSED, UNUSED) /* 163 FAST_RET */ 260 # endif 261 #else /* ZEND_ENGINE_2 */ 262 OPSPEC( UNUSED, UNUSED, UNUSED, UNUSED) /* 107 UNDEF */ 263 OPSPEC( UNUSED, UNUSED, UNUSED, UNUSED) /* 108 UNDEF */ 264 OPSPEC( UNUSED, UNUSED, UNUSED, UNUSED) /* 109 UNDEF */ 265 OPSPEC( FCALL, STD, OPLINE, VAR) /* 61 DO_FCALL_BY_FUNC */ 266 OPSPEC(INIT_FCALL, STD, STD, UNUSED) /* 111 INIT_FCALL_BY_FUNC */ 267 OPSPEC( UNUSED, UNUSED, UNUSED, UNUSED) /* 112 UNDEF */ 268 #endif /* ZEND_ENGINE_2 */ 268 #endif 269 269 };
Note: See TracChangeset
for help on using the changeset viewer.