1--TEST--
2Flexible nowdoc syntax error 8: no ending token with explicit trailing space
3--FILE--
4<?php
5
6eval('<<<\'end\'
7  ');
8
9?>
10--EXPECTF--
11Parse error: syntax error, unexpected end of file, expecting variable or heredoc end or "${" or "{$" in %s on line %d
12