summaryrefslogtreecommitdiff
path: root/Zend/tests/warning_during_heredoc_scan_ahead.phpt
blob: 099d1c087ffaebbd8015f1b96da53e3bd84a1569 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--TEST--
No warnings should be thrown during heredoc scan-ahead
--FILE--
<?php

<<<TEST
${x}
\400
${/*}
TEST;

?>
--EXPECTF--
Warning: Unexpected character in input:  '' (ASCII=1) state=0 in %s on line %d

Warning: Octal escape sequence overflow \400 is greater than \377 in %s on line %d

Warning: Unterminated comment starting line %d in %s on line %d

Parse error: syntax error, unexpected end of file in %s on line %d