- Output for 8.1.0 - 8.1.29, 8.2.0 - 8.2.21, 8.3.0 - 8.3.9
- Parse error: Invalid indentation - tabs and spaces cannot be mixed in /in/7OF3M on line 4
Process exited with code 255.
<?php
$heredoc = <<<"END"
a
b
c
END;
$nowdoc = <<<'END'
a
b
c
END;