12 lines
284 B
PHP
12 lines
284 B
PHP
--TEST--
|
|
Flexible heredoc syntax error 7: no ending token
|
|
--DESCRIPTION--
|
|
Note: the closing ?> has been deliberately elided.
|
|
--FILE--
|
|
<?php
|
|
|
|
echo <<<END
|
|
|
|
--EXPECTF--
|
|
Parse error: syntax error, unexpected end of file, expecting variable or heredoc end or "${" or "{$" in %s on line %d
|