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 '(' in /in/PXcqY on line 11
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_VARIABLE, expecting '(' in /in/PXcqY on line 11
Process exited with code 255.

preferences:
181.92 ms | 1395 KiB | 61 Q