Skip to content

Commit 6cf20af

Browse files
committed
Fix 'Conditional jump or move depends on uninitialised value(s)'
1 parent 2a51b7d commit 6cf20af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zephir_parser.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ static PHP_FUNCTION(zephir_parse_file)
5656
MAKE_STD_ZVAL(ret);
5757
MAKE_STD_ZVAL(error_msg);
5858
#endif
59+
ZVAL_NULL(e);
5960
xx_parse_program(r, content, content_len, filepath, e);
6061

6162
if (Z_TYPE_P(e) == IS_ARRAY) {

0 commit comments

Comments
 (0)