3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = <<<TEXT I will be doing a Training next Thursday morning @ 1am in Gal= laway. Please let me know if you plan on attending and I = will send out another reminder next week prior to that time. This is predo= minately for new users (or those who would like a refresher course). I wil= l touch base briefly on registrations and would be happy to stay after to r= eview any more advanced booking issues or questions you might have. Facilities Coordinator <<<TEXT; echo str_replace("=\n", "", $text);
Output for 5.4.0 - 5.4.30
Parse error: syntax error, unexpected end of file in /in/vgVri on line 13
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end in /in/vgVri on line 13
Process exited with code 255.

preferences:
187.01 ms | 1395 KiB | 67 Q