Skip to content

Commit c3feaa0

Browse files
committed
Fix uninitialized variable
1 parent 941785b commit c3feaa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/zend_compile.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ void zend_init_compiler_data_structures(void) /* {{{ */
381381
CG(encoding_declared) = 0;
382382
CG(memoized_exprs) = NULL;
383383
CG(memoize_mode) = 0;
384+
CG(in_short_circuiting_chain) = 0;
384385
}
385386
/* }}} */
386387

0 commit comments

Comments
 (0)