summaryrefslogtreecommitdiff
path: root/Zend/tests/warning_during_heredoc_scan_ahead.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2020-09-041-0/+17
|\ | | | | | | | | * PHP-7.4: Avoid duplicate octal warning during heredoc scan ahead
| * Avoid duplicate octal warning during heredoc scan aheadNikita Popov2020-09-041-0/+3
| |
* | Make "unterminated comment" into a parse errorNikita Popov2019-10-301-17/+0
| |
* | Replace "unexpected character" warning with ParseErrorNikita Popov2019-10-041-3/+0
|/ | | | Closes GH-4767.
* Don't throw warnings during heredoc scan-aheadNikita Popov2019-09-281-0/+20
Otherwise these warnings will turn up twice (or more...)