flexible-nowdoc-error1.phpt 248 B

1234567891011121314
  1. --TEST--
  2. Flexible nowdoc syntax 1: different indentation for body (spaces) ending marker (tabs)
  3. --FILE--
  4. <?php
  5. echo <<<'END'
  6. a
  7. b
  8. c
  9. END;
  10. ?>
  11. --EXPECTF--
  12. Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d