History log of /PHP-8.2/Zend/tests/warning_during_heredoc_scan_ahead.phpt (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# fe064d7f 19-Jan-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-13142: Undefined variable name is shortened when contains \0

Uses the new %S formatter and introduces the necessary changes and
helpers.


# 9a90bd70 12-Mar-2022 Ilija Tovilo

Deprecate ${} string interpolation

https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation


# e8d36ce7 04-Sep-2020 Nikita Popov

Avoid duplicate octal warning during heredoc scan ahead


Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1
# e0a40133 30-Oct-2019 Nikita Popov

Make "unterminated comment" into a parse error


Revision tags: php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1
# d44cf9b5 02-Oct-2019 Nikita Popov

Replace "unexpected character" warning with ParseError

Closes GH-4767.


Revision tags: php-7.4.0RC3
# 7df50ef1 28-Sep-2019 Nikita Popov

Don't throw warnings during heredoc scan-ahead

Otherwise these warnings will turn up twice (or more...)