Skip to content

Commit aa18f29

Browse files
committed
Test
1 parent fe7457a commit aa18f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/Optimizer/dfa_pass.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ zend_result zend_dfa_analyze_op_array(zend_op_array *op_array, zend_optimizer_ct
8080
if (ctx->debug_level & ZEND_DUMP_DFA_PHI) {
8181
build_flags |= ZEND_SSA_DEBUG_PHI_PLACEMENT;
8282
}
83-
if (zend_build_ssa(&ctx->arena, ctx->script, op_array, build_flags, ssa) == FAILURE) {
83+
if (zend_build_ssa(&ctx->arena, ctx->script, op_array, build_flags|ZEND_SSA_RC_INFERENCE, ssa) == FAILURE) {
8484
return FAILURE;
8585
}
8686

0 commit comments

Comments
 (0)