3v4l.org

run code in 300+ PHP versions simultaneously
<?php $inside = " julio "; $timestart = microtime( true ); for($i=0;$i<=5000;$i++) echo '<p>My name is '.$inside'. !</p>' ."\n"; $timeend = microtime( true ); $timetotal = $timeend - $timestart; echo $timetotal;
Output for 5.4.0 - 5.4.29
Parse error: syntax error, unexpected ''. !</p>'' (T_CONSTANT_ENCAPSED_STRING), expecting ',' or ';' in /in/8j2GW on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /in/8j2GW on line 5
Process exited with code 255.

preferences:
189.74 ms | 1395 KiB | 66 Q