flexible-heredoc-error7.phpt 284 B

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