3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = microtime(); $a = range(1,10000); foreach ($a as $i) { isset($a['asd']); } echo microtime() - $time, "\n"
Output for 7.0.0 - 7.0.31, 7.1.0 - 7.1.21, 7.2.0 - 7.2.9
Parse error: syntax error, unexpected end of file, expecting ',' or ';' in /in/J27dE on line 8
Process exited with code 255.

preferences:
194.91 ms | 1395 KiB | 71 Q