3v4l.org

run code in 300+ PHP versions simultaneously
<?php class AbstractFoo { protected static $state; public static function setState($state) { static:$state = $state; } public static function getState() { return static::$state; } } class Foo extends AbstractFoo {} class Bar extends AbstractFoo {} $Foo = new Foo; $bar = new Bar; AbstractFoo::setState('abstract'); var_dump($bar::getState()); $foo::setState('foo'); var_dump($bar::getState());

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.200.0110.04212.39
5.4.190.0100.04012.38
5.4.180.0090.04412.38
5.4.170.0110.03912.39
5.4.160.0110.04312.38
5.4.150.0100.03912.38
5.4.140.0120.04812.07
5.4.130.0100.04012.05
5.4.120.0100.03812.02
5.4.110.0090.03912.02
5.4.100.0130.04912.01
5.4.90.0110.04612.02
5.4.80.0100.04312.02
5.4.70.0090.04312.01
5.4.60.0110.04312.01
5.4.50.0130.05112.01
5.4.40.0110.04512.00
5.4.30.0110.04512.00
5.4.20.0100.04711.99
5.4.10.0110.04412.00
5.4.00.0100.04311.49
5.3.270.0110.04412.72
5.3.260.0130.04512.72
5.3.250.0120.04812.72
5.3.240.0160.05312.72
5.3.230.0110.04612.71
5.3.220.0090.04412.68
5.3.210.0100.04412.68
5.3.200.0080.04312.68
5.3.190.0080.04412.68
5.3.180.0150.04612.67
5.3.170.0110.04012.67
5.3.160.0110.04212.67
5.3.150.0080.04212.67
5.3.140.0110.04112.66
5.3.130.0110.04412.66
5.3.120.0130.04012.66
5.3.110.0120.04012.66
5.3.100.0090.04412.12
5.3.90.0110.03812.09
5.3.80.0090.04112.08
5.3.70.0080.04112.08
5.3.60.0110.03712.07
5.3.50.0100.03812.01
5.3.40.0120.05812.01
5.3.30.0080.04111.96
5.3.20.0060.04411.75
5.3.10.0080.04011.72
5.3.00.0110.04011.70

preferences:
141.93 ms | 1394 KiB | 7 Q