Index: trunk/xcache/xc_utils.c
===================================================================
--- trunk/xcache/xc_utils.c	(revision 1171)
+++ trunk/xcache/xc_utils.c	(revision 1208)
@@ -248,4 +248,7 @@
 #ifdef ZEND_JMP_SET
 			case ZEND_JMP_SET:
+#endif
+#ifdef ZEND_JMP_SET_VAR
+			case ZEND_JMP_SET_VAR:
 #endif
 				assert(Z_OP(opline->op2).opline_num < op_array->last);
@@ -357,4 +360,7 @@
 #ifdef ZEND_JMP_SET
 			case ZEND_JMP_SET:
+#endif
+#ifdef ZEND_JMP_SET_VAR
+			case ZEND_JMP_SET_VAR:
 #endif
 				next = begin + Z_OP(opline->op2).opline_num;
