summaryrefslogtreecommitdiff
path: root/Zend/tests/flexible-nowdoc-error8.phpt
blob: 5c5643206b91c93c37c3c8a3374de72abc1c2340 (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Flexible nowdoc syntax error 8: no ending token with explicit trailing space
--FILE--
<?php

eval('<<<\'end\'
  ');

?>
--EXPECTF--
Parse error: syntax error, unexpected end of file, expecting variable or heredoc end or "${" or "{$" in %s on line %d