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 new($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 'new' (T_NEW), expecting identifier (T_STRING) or '(' in /in/HCQZa on line 11
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_NEW, expecting T_STRING or '(' in /in/HCQZa on line 11
Process exited with code 255.

preferences:
192.95 ms | 1395 KiB | 61 Q