blob: 79102d76a417d4316d7581cdb92b4438b515a32e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--TEST--
Flexible heredoc 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
|