summaryrefslogtreecommitdiff
path: root/Zend/tests/flexible-heredoc-error7.phpt
blob: d31b430b5670c6606c45fb6d4825c8c914507b7a (plain)
1
2
3
4
5
6
7
8
9
10
11
--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