plugin-php icon indicating copy to clipboard operation
plugin-php copied to clipboard

?> broken echo output with heredoc/nowdoc

Open ten9miq opened this issue 5 years ago • 1 comments

Input:

<?php
echo <<<END
test
test
END;
 ?>

<body>test</body>

Output:

<?php
echo <<<END
test
test
END; ?>

<body>test</body>
```	


?> should be on next line

ten9miq avatar Mar 01 '19 03:03 ten9miq

Thanks for issue

alexander-akait avatar Mar 04 '19 08:03 alexander-akait