Skip to content

Commit 09bda24

Browse files
committed
Fix Zend/zend_language_scanner.l
1 parent 1126337 commit 09bda24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_language_scanner.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2758,7 +2758,7 @@ skip_escape_conversion:
27582758
SCNG(heredoc_scan_ahead) = 1;
27592759
SCNG(heredoc_indentation) = 0;
27602760
SCNG(heredoc_indentation_uses_spaces) = 0;
2761-
SCNG(on_event_context);
2761+
SCNG(on_event_context) = NULL;
27622762
LANG_SCNG(on_event) = NULL;
27632763
CG(doc_comment) = NULL;
27642764

0 commit comments

Comments
 (0)