blob: 47e4457637e2893b411cc39ece0be1350596746b (
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
|