1--TEST--
2Flexible nowdoc syntax error 7: no ending token
3--DESCRIPTION--
4Note: the closing ?> has been deliberately elided.
5--FILE--
6<?php
7
8echo <<<'END'
9
10--EXPECTF--
11Parse error: syntax error, unexpected end of file, expecting variable or heredoc end or "${" or "{$" in %s on line %d
12