php-src/Zend/tests/flexible-nowdoc-error2.phpt

15 lines
227 B
Plaintext
Raw Normal View History

--TEST--
Flexible nowdoc syntax 2: mixing spaces and tabs in body
--FILE--
<?php
echo <<<'END'
a
b
c
END;
?>
--EXPECTF--
Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d