1--TEST-- 2Flexible heredoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body 3--FILE-- 4<?php 5 6echo <<<END 7 END; 8 9?> 10--EXPECTF-- 11Parse error: Invalid indentation - tabs and spaces cannot be mixed in %s on line %d 12