3v4l.org

run code in 300+ PHP versions simultaneously
<?php /*E_ERROR E_PARSE E_CORE_ERROR E_CORE_WARNING E_COMPILE_ERROR E_COMPILE_WARNING E_STRICT*/ error_reporting(E_NOTICE | E_PARSE); echo error_reporting(); function exception_error_handler($errno, $errstr, $errfile, $errline, $errcontext) { echo 'as'; /* if (error_reporting() == 0) { return; } //if (error_reporting() & $severity) { throw new ErrorException($message, 0, $severity, $filename, $lineno); //} */ // will be caught by FunkyExceptionHandler if not handled throw new ErrorException($errstr, 0, $errno, $errfile, $errline, $errcontext); return false; } set_error_handler("exception_error_handler", error_reporting()); //Parse error: syntax error, unexpected '$a' //Fatal error: Class 'shopFunctionsF' not found //Notice: Use of undefined constant shopFunctionsF shopFunctionsF

Here you find the average performance (time & memory) of each version. A grayed out version indicates it didn't complete successfully (based on exit-code).

VersionSystem time (s)User time (s)Memory (MiB)
5.4.240.0080.03912.39
5.4.230.0050.03912.38
5.4.220.0040.03912.38
5.4.210.0070.03812.38
5.4.200.0070.04112.38
5.4.190.0070.03612.38
5.4.180.0070.04212.38
5.4.170.0070.04312.39
5.4.160.0070.03512.38
5.4.150.0040.03812.38
5.4.140.0060.03712.07
5.4.130.0040.03812.05
5.4.120.0090.03712.01
5.4.110.0070.03612.01
5.4.100.0090.03412.01
5.4.90.0090.03612.01
5.4.80.0070.03812.01
5.4.70.0090.03412.01
5.4.60.0090.03812.00
5.4.50.0090.03612.01
5.4.40.0090.03411.99
5.4.30.0070.03411.99
5.4.20.0070.03511.98
5.4.10.0040.03811.99
5.4.00.0060.03811.48
5.3.280.0050.03912.71
5.3.270.0090.03912.72
5.3.260.0040.04312.72
5.3.250.0070.03812.72
5.3.240.0040.04212.72
5.3.230.0070.04312.71
5.3.220.0090.03912.68
5.3.210.0060.05012.68
5.3.200.0070.03812.68
5.3.190.0050.03912.67
5.3.180.0070.04212.67
5.3.170.0090.03912.67
5.3.160.0060.03612.68
5.3.150.0070.03912.67
5.3.140.0080.04312.66
5.3.130.0100.04312.66
5.3.120.0070.04112.66
5.3.110.0070.04612.66
5.3.100.0050.04012.12
5.3.90.0070.03612.09
5.3.80.0040.03912.08
5.3.70.0050.04112.08
5.3.60.0090.03612.07
5.3.50.0050.03912.01
5.3.40.0050.03812.01
5.3.30.0070.03611.96
5.3.20.0060.03711.75
5.3.10.0070.03611.71
5.3.00.0080.03811.70

preferences:
132.35 ms | 1394 KiB | 7 Q