3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = microtime(true); for ($i = 0; $i < 500000; $i++) { $p1 = ($i*mt_rand(10, 90)); $p2 = ($i*mt_rand(10, 90)); $p3 = ($i*mt_rand(10, 90)); function $i($p1, $p2, $p3) { return $p1 * $p2 * $p3; } } echo $s - microtime(true);
Output for 5.4.0 - 5.4.24
Parse error: syntax error, unexpected '$i' (T_VARIABLE), expecting identifier (T_STRING) or '(' in /in/q55nL on line 11
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_VARIABLE, expecting T_STRING or '(' in /in/q55nL on line 11
Process exited with code 255.

preferences:
180.59 ms | 1399 KiB | 61 Q