summaryrefslogtreecommitdiff
path: root/Zend/tests/flexible-heredoc-error7.phpt
blob: a8016547b1b258f643240229602db426d13bcf34 (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 (T_VARIABLE) or heredoc end (T_END_HEREDOC) or ${ (T_DOLLAR_OPEN_CURLY_BRACES) or {$ (T_CURLY_OPEN) in %s on line %d