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 newf($param_1_$p1, $param_2_$p2, $param_3_$p2) { return $param_1_$p1 * $param_2_$p2 * $param_3_$p2; } } echo $s - microtime(true);
Output for 5.4.0 - 5.4.24
Parse error: syntax error, unexpected '$p1' (T_VARIABLE), expecting ')' in /in/8XNK4 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/8XNK4 on line 11
Process exited with code 255.

preferences:
169.83 ms | 1394 KiB | 61 Q