flexible-heredoc-error4.phpt 253 B

1234567891011121314
  1. --TEST--
  2. Flexible heredoc syntax error 4: not enough body indentation
  3. --FILE--
  4. <?php
  5. echo <<<END
  6. a
  7. b
  8. c
  9. END;
  10. ?>
  11. --EXPECTF--
  12. Parse error: Invalid body indentation level (expecting an indentation level of at least 5) in %s on line %d