summaryrefslogtreecommitdiff
path: root/Zend/tests/flexible-heredoc-error8.phpt
blob: 6140e273f4c54567ce7356c93b31385879bb8083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Flexible heredoc syntax error 8: don't interpret \t as indentation
--FILE--
<?php

<<<end
\ta
	end);

?>
--EXPECTF--
Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on line %d