flexible-nowdoc-error5.phpt 236 B

1234567891011
  1. --TEST--
  2. Flexible nowdoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
  3. --FILE--
  4. <?php
  5. echo <<<'END'
  6. END;
  7. ?>
  8. --EXPECTF--
  9. Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d