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