flexible-nowdoc-error2.phpt 227 B

1234567891011121314
  1. --TEST--
  2. Flexible nowdoc syntax 2: mixing spaces and tabs in body
  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