flexible-nowdoc-error2.phpt   [plain text]


--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