mirror of
https://github.com/php/php-src.git
synced 2024-12-02 22:34:55 +08:00
12 lines
353 B
PHP
12 lines
353 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 (T_VARIABLE) or heredoc end (T_END_HEREDOC) or ${ (T_DOLLAR_OPEN_CURLY_BRACES) or {$ (T_CURLY_OPEN) in %s on line %d
|