summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2016-06-28 18:47:29 +0200
committerNikita Popov <nikic@php.net>2016-06-28 18:47:29 +0200
commit2710ce22a0b4c7b618a84a42da49c73f704ef4f5 (patch)
tree94b9d58122365cff4690045d107421f22e1ad6ff
parentcb7cc16c2d27c5e955ec1763278279dbcc77d026 (diff)
downloadphp-git-2710ce22a0b4c7b618a84a42da49c73f704ef4f5.tar.gz
Remove assert for now
-rw-r--r--ext/opcache/Optimizer/zend_inference.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/opcache/Optimizer/zend_inference.c b/ext/opcache/Optimizer/zend_inference.c
index ba59524d44..6986abc866 100644
--- a/ext/opcache/Optimizer/zend_inference.c
+++ b/ext/opcache/Optimizer/zend_inference.c
@@ -3247,7 +3247,6 @@ static void zend_update_type_info(const zend_op_array *op_array,
case ZEND_FETCH_OBJ_UNSET:
break;
default :
- ZEND_ASSERT(0);
break;
}
j = zend_ssa_next_use(ssa_ops, ssa_ops[i].result_def, j);