mirror of
https://github.com/php/php-src.git
synced 2026-04-14 11:32:11 +02:00
Initialize indentation_uses_spaces field
This avoids reading a trap representation from _Bool, but shouldn't matter as far as behavior is concerned.
This commit is contained in:
@@ -2531,6 +2531,7 @@ skip_escape_conversion:
|
||||
}
|
||||
|
||||
heredoc_label->label = estrndup(s, heredoc_label->length);
|
||||
heredoc_label->indentation_uses_spaces = 0;
|
||||
heredoc_label->indentation = 0;
|
||||
saved_cursor = YYCURSOR;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user