Changeset 1208 for trunk/xcache/xc_utils.c
- Timestamp:
- 2012-12-18T08:14:03+01:00 (5 months ago)
- File:
-
- 1 edited
-
trunk/xcache/xc_utils.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache/xc_utils.c
r1171 r1208 248 248 #ifdef ZEND_JMP_SET 249 249 case ZEND_JMP_SET: 250 #endif 251 #ifdef ZEND_JMP_SET_VAR 252 case ZEND_JMP_SET_VAR: 250 253 #endif 251 254 assert(Z_OP(opline->op2).opline_num < op_array->last); … … 357 360 #ifdef ZEND_JMP_SET 358 361 case ZEND_JMP_SET: 362 #endif 363 #ifdef ZEND_JMP_SET_VAR 364 case ZEND_JMP_SET_VAR: 359 365 #endif 360 366 next = begin + Z_OP(opline->op2).opline_num;
Note: See TracChangeset
for help on using the changeset viewer.

