php-8.0.30-src/Zend/tests/flexible-nowdoc-error8.phpt

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