blob: ba6a2b85d87ff37519288c96befb922e46758b5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--TEST--
Flexible nowdoc syntax error 8: no ending token with explicit trailing space
--FILE--
<?php
eval('<<<\'end\'
');
?>
--EXPECTF--
Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (T_END_HEREDOC) or ${ (T_DOLLAR_OPEN_CURLY_BRACES) or {$ (T_CURLY_OPEN) in %s on line %d
|