summaryrefslogtreecommitdiff
path: root/Zend/tests/flexible-nowdoc-error5.phpt
blob: 08c8fde79b2a26d8adaf06c5c5339649edf224be (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Flexible nowdoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
--FILE--
<?php

echo <<<'END'
	 END;

?>
--EXPECTF--
Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d