12 lines
259 B
PHP
12 lines
259 B
PHP
--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 or heredoc end or "${" or "{$" in %s on line %d
|