3v4l.org

run code in 300+ PHP versions simultaneously
<?php function testSwitch($value) { switch($value) { case 'foo': return 'foo was given'; case 'bar' return 'bar was given'; default: return 'undefined value was given'; } } var_dump(testSwitch('foo')); var_dump(testSwitch('bar')); var_dump(testSwitch(''));

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.280.0100.04112.40
5.4.270.0100.04412.40
5.4.260.0090.05112.40
5.4.250.0080.05012.40
5.4.240.0120.04612.40
5.4.230.0070.05112.39
5.4.220.0080.04712.39
5.4.210.0110.04312.39
5.4.200.0090.04512.39
5.4.190.0060.04412.39
5.4.180.0070.04312.39
5.4.170.0080.04612.39
5.4.160.0090.04412.39
5.4.150.0080.04412.39
5.4.140.0080.04612.08
5.4.130.0090.04112.06
5.4.120.0070.04012.02
5.4.110.0060.04212.02
5.4.100.0080.04012.02
5.4.90.0060.04212.02
5.4.80.0080.04112.02
5.4.70.0070.04112.02
5.4.60.0090.03512.02
5.4.50.0090.03812.02
5.4.40.0080.03812.00
5.4.30.0070.03812.00
5.4.20.0100.03712.00
5.4.10.0070.04112.00
5.4.00.0060.03811.50
5.3.280.0080.04112.71
5.3.270.0100.04312.72
5.3.260.0090.04412.72
5.3.250.0060.04412.72
5.3.240.0080.04312.72
5.3.230.0060.04412.71
5.3.220.0070.04212.68
5.3.210.0070.04612.68
5.3.200.0070.04212.68
5.3.190.0090.04212.68
5.3.180.0080.04612.67
5.3.170.0140.05412.67
5.3.160.0080.05112.67
5.3.150.0100.04812.67
5.3.140.0080.05012.66
5.3.130.0060.05512.66
5.3.120.0090.04912.66
5.3.110.0100.04712.66
5.3.100.0080.04812.12
5.3.90.0100.05212.10
5.3.80.0080.04912.09
5.3.70.0090.04512.09
5.3.60.0090.04612.08
5.3.50.0100.04412.01
5.3.40.0120.04712.01
5.3.30.0100.04711.97
5.3.20.0080.04511.75
5.3.10.0060.04911.72
5.3.00.0080.04711.71

preferences:
141.44 ms | 1386 KiB | 7 Q