flexible-heredoc-error12.phpt 239 B

12345678910111213
  1. --TEST--
  2. Flexible heredoc syntax error 12: show erroneous line in error message (mixed indentation)
  3. --FILE--
  4. <?php
  5. echo <<<END
  6. a
  7. b
  8. END;
  9. ?>
  10. --EXPECTF--
  11. Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line 5