1
0
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:
Nikita Popov
2020-06-12 11:23:48 +02:00
parent 88021ffe0e
commit c7ad8a8738

View File

@@ -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;