3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { private static $foo = 123; protected static function bar() { echo 'scope is: ', static::class, ' value of self::$foo is: ', self::$foo, PHP_EOL; } } class B extends A { private static $foo = 456; public static function bar() { $closure = self::getStaticInvoker('A', 'bar')->bindTo(null, B::class); $closure(array()); } private static function getStaticInvoker($className, $method) { return function (array $args) use ($className, $method) { return forward_static_call_array(array($className, $method), $args); }; } } B::bar();

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)
8.4.120.0130.00720.37
8.4.110.0120.00822.69
8.4.100.0100.01218.73
8.4.90.0100.00918.77
8.4.80.0120.00818.78
8.4.70.0140.00718.85
8.4.60.0080.01318.55
8.4.50.0110.00818.80
8.4.40.0140.00717.67
8.4.30.0070.01317.83
8.4.20.0130.00717.80
8.4.10.0170.00317.81
8.3.250.0120.00718.94
8.3.240.0140.00516.95
8.3.230.0100.00916.48
8.3.220.0060.00318.85
8.3.210.0070.00816.73
8.3.200.0060.00316.63
8.3.190.0050.00317.14
8.3.180.0110.00818.81
8.3.170.0110.00716.38
8.3.160.0070.00617.20
8.3.150.0080.00017.13
8.3.140.0040.01116.59
8.3.130.0100.01018.12
8.3.120.0110.00418.84
8.3.110.0060.00320.94
8.3.100.0060.00316.41
8.3.90.0060.00926.77
8.3.80.0070.00316.50
8.3.70.0120.00616.50
8.3.60.0090.00616.21
8.3.50.0150.00521.87
8.3.40.0120.00318.84
8.3.30.0100.01018.67
8.3.20.0070.00020.21
8.3.10.0030.00621.89
8.3.00.0070.00319.38
8.2.290.0110.00520.44
8.2.280.0050.00518.69
8.2.270.0130.00316.89
8.2.260.0120.00616.70
8.2.250.0040.00418.52
8.2.240.0060.00317.47
8.2.230.0000.00922.58
8.2.220.0110.00024.06
8.2.210.0040.00426.77
8.2.200.0090.00016.75
8.2.190.0130.00718.29
8.2.180.0110.00716.38
8.2.170.0070.00722.96
8.2.160.0100.00320.35
8.2.150.0090.00025.66
8.2.140.0070.00024.66
8.2.130.0060.00326.16
8.2.120.0080.00017.50
8.2.110.0070.00422.14
8.2.100.0000.01217.93
8.2.90.0000.00719.17
8.2.80.0030.00617.97
8.2.70.0040.00417.63
8.2.60.0030.00618.04
8.2.50.0030.00518.07
8.2.40.0040.00421.19
8.2.30.0070.00020.64
8.2.20.0040.00417.66
8.2.10.0000.00718.05
8.2.00.0060.00318.11
8.1.330.0130.00521.91
8.1.320.0080.00116.46
8.1.310.0000.00915.95
8.1.300.0040.01118.49
8.1.290.0030.00630.84
8.1.280.0100.00725.92
8.1.270.0040.00423.97
8.1.260.0070.00026.35
8.1.250.0080.00028.09
8.1.240.0050.00320.75
8.1.230.0120.00017.64
8.1.220.0000.00817.74
8.1.210.0080.00018.77
8.1.200.0080.00017.35
8.1.190.0040.00417.22
8.1.180.0040.00418.10
8.1.170.0000.00818.93
8.1.160.0020.00522.08
8.1.150.0000.00818.90
8.1.140.0000.00819.50
8.1.130.0030.00317.71
8.1.120.0050.00317.52
8.1.110.0030.00617.47
8.1.100.0000.00717.47
8.1.90.0040.00417.53
8.1.80.0080.00017.36
8.1.70.0070.00017.38
8.1.60.0000.00817.61
8.1.50.0020.00517.49
8.1.40.0000.00817.45
8.1.30.0040.00417.64
8.1.20.0000.00817.57
8.1.10.0030.00617.60
8.1.00.0080.00017.47
8.0.300.0000.00718.77
8.0.290.0000.00716.63
8.0.280.0000.00718.45
8.0.270.0030.00317.27
8.0.260.0000.00717.19
8.0.250.0070.00016.94
8.0.240.0050.00316.95
8.0.230.0000.00816.97
8.0.220.0070.00016.82
8.0.210.0040.00416.76
8.0.200.0030.00316.93
8.0.190.0000.00916.97
8.0.180.0000.00716.86
8.0.170.0040.00416.86
8.0.160.0000.00716.93
8.0.150.0030.00516.91
8.0.140.0040.00416.70
8.0.130.0000.00613.38
8.0.120.0040.00416.91
8.0.110.0000.00716.89
8.0.100.0070.00016.96
8.0.90.0040.00416.75
8.0.80.0140.00616.89
8.0.70.0000.00716.86
8.0.60.0040.00416.68
8.0.50.0000.00716.79
8.0.30.0130.00516.95
8.0.20.0120.00817.40
8.0.10.0040.00416.96
8.0.00.0110.00816.72
7.4.330.0000.00515.08
7.4.320.0060.00016.57
7.4.300.0000.00616.57
7.4.290.0040.00416.55
7.4.280.0030.00516.63
7.4.270.0030.00716.52
7.4.260.0030.00316.52
7.4.250.0040.00416.38
7.4.240.0040.00416.63
7.4.230.0080.00016.63
7.4.220.0070.01116.53
7.4.210.0050.00816.69
7.4.200.0040.00416.59
7.4.160.0130.00316.31
7.4.150.0130.00317.40
7.4.140.0140.00417.86
7.4.130.0100.00716.52
7.4.120.0120.00816.45
7.4.110.0080.01316.49
7.4.100.0100.00716.49
7.4.90.0100.01416.36
7.4.80.0110.01119.39
7.4.70.0090.01116.54
7.4.60.0130.00416.53
7.4.50.0000.00516.47
7.4.40.0100.00616.52
7.4.30.0170.00016.64
7.4.10.0060.01214.80
7.4.00.0040.01214.89
7.3.330.0030.00413.33
7.3.320.0030.00313.17
7.3.310.0070.00016.40
7.3.300.0000.00716.35
7.3.290.0100.00416.33
7.3.280.0100.00516.27
7.3.270.0100.00617.40
7.3.260.0070.01116.35
7.3.250.0130.00316.34
7.3.240.0140.00616.46
7.3.230.0030.01316.39
7.3.210.0130.01016.64
7.3.200.0120.00916.61
7.3.190.0110.01216.21
7.3.180.0140.00316.25
7.3.170.0100.01016.64
7.3.160.0060.00916.29
7.3.130.0120.00614.95
7.3.120.0100.01014.81
7.3.110.0040.01515.04
7.3.100.0060.00614.68
7.3.90.0030.00914.96
7.3.80.0000.01214.49
7.3.70.0100.00314.80
7.3.60.0070.01014.78
7.3.50.0040.00714.72
7.3.40.0000.01614.87
7.3.30.0030.01014.69
7.3.20.0000.01416.66
7.3.10.0050.00916.53
7.3.00.0070.00616.48
7.2.330.0070.01016.79
7.2.320.0120.00416.76
7.2.310.0120.00616.82
7.2.300.0070.01016.54
7.2.290.0090.01316.86
7.2.260.0070.00714.85
7.2.250.0070.01115.00
7.2.240.0040.01115.10
7.2.230.0060.00915.23
7.2.220.0120.00315.39
7.2.210.0100.00315.03
7.2.200.0100.00015.07
7.2.190.0070.00315.07
7.2.180.0090.00315.08
7.2.170.0080.00315.13
7.2.160.0000.01414.82
7.2.150.0070.00717.00
7.2.140.0100.00317.16
7.2.130.0060.00916.91
7.2.120.0070.00616.87
7.2.110.0090.00616.88
7.2.100.0050.00916.92
7.2.90.0060.00816.93
7.2.80.0060.00916.79
7.2.70.0040.00716.90
7.2.60.0060.00816.83
7.2.50.0070.00716.91
7.2.40.0050.01016.93
7.2.30.0100.00716.93
7.2.20.0070.00716.88
7.2.10.0030.01116.98
7.2.00.0110.00717.50
7.1.330.0070.00715.79
7.1.320.0030.01015.70
7.1.310.0060.00615.93
7.1.300.0060.00915.76
7.1.290.0070.00715.43
7.1.280.0030.00915.77
7.1.270.0070.00715.68
7.1.260.0000.01415.96
7.1.250.0060.00515.73
7.1.240.0070.00715.85
7.1.230.0030.00515.98
7.1.220.0040.01115.89
7.1.210.0040.00715.63
7.1.200.0040.00815.64
7.1.190.0070.00715.90
7.1.180.0060.00915.61
7.1.170.0030.00915.88
7.1.160.0000.01015.69
7.1.150.0000.00915.54
7.1.140.0040.00415.99
7.1.130.0060.00615.86
7.1.120.0090.00015.86
7.1.110.0000.00915.77
7.1.100.0080.00516.95
7.1.90.0080.00415.89
7.1.80.0000.00915.86
7.1.70.0020.01116.46
7.1.60.0080.01017.33
7.1.50.0020.00816.22
7.1.40.0030.00915.88
7.1.30.0030.00715.71
7.1.20.0070.00715.68
7.1.10.0070.00715.88
7.1.00.0060.04119.11
7.0.330.0070.00715.22
7.0.320.0040.00415.44
7.0.310.0040.00715.43
7.0.300.0080.00015.51
7.0.290.0030.00815.47
7.0.280.0100.00315.50
7.0.270.0070.00715.20
7.0.260.0030.00615.23
7.0.250.0000.01515.27
7.0.240.0060.00915.64
7.0.230.0000.01115.43
7.0.220.0100.00315.43
7.0.210.0070.00715.18
7.0.200.0070.00516.07
7.0.190.0000.01215.43
7.0.180.0050.00315.60
7.0.170.0090.00015.53
7.0.160.0030.00915.50
7.0.150.0110.00015.32
7.0.140.0100.00315.31
7.0.130.0090.00615.43
7.0.120.0080.01818.78
7.0.110.0050.02518.76
7.0.100.0050.02518.79
7.0.90.0050.02418.56
7.0.80.0040.02418.72
7.0.70.0040.02318.71
7.0.60.0030.02518.67
7.0.50.0020.02418.60
7.0.40.0050.02116.79
7.0.30.0020.02516.84
7.0.20.0030.02216.76
7.0.10.0030.02216.56
7.0.00.0050.02216.71
5.6.400.0000.01114.36
5.6.390.0080.00414.56
5.6.380.0070.00714.57
5.6.370.0040.00714.22
5.6.360.0070.00714.00
5.6.350.0060.00614.47
5.6.340.0130.00014.39
5.6.330.0030.00914.25
5.6.320.0080.00314.63
5.6.310.0060.00614.50
5.6.300.0040.00714.05
5.6.290.0040.01114.43
5.6.280.0050.03317.60
5.6.270.0030.02817.73
5.6.260.0040.02417.44
5.6.250.0030.02417.45
5.6.240.0000.02517.79
5.6.230.0030.02517.65
5.6.220.0090.02417.58
5.6.210.0040.02417.70
5.6.200.0030.02317.73
5.6.190.0030.02317.46
5.6.180.0030.02317.66
5.6.170.0100.01717.56
5.6.160.0050.02017.77
5.6.150.0050.02017.65
5.6.140.0070.01817.64
5.6.130.0070.02417.50
5.6.120.0050.02017.43
5.6.110.0020.02217.50
5.6.100.0040.02417.57
5.6.90.0020.04517.63
5.6.80.0030.02417.36
5.6.70.0020.02317.24
5.6.60.0050.02217.34
5.6.50.0030.02417.08
5.6.40.0060.02817.21
5.6.30.0070.02317.42
5.6.20.0060.01817.15
5.6.10.0020.02317.34
5.6.00.0020.03217.24
5.5.380.0030.03115.90
5.5.370.0030.03015.98
5.5.360.0030.02515.82
5.5.350.0030.02315.96
5.5.340.0020.02616.21
5.5.330.0030.02016.03
5.5.320.0050.01816.04
5.5.310.0020.02115.96
5.5.300.0020.02016.22
5.5.290.0030.02016.11
5.5.280.0070.01716.14
5.5.270.0030.04216.23
5.5.260.0050.02816.16
5.5.250.0020.02216.21
5.5.240.0000.02715.83
5.5.230.0040.02215.68
5.5.220.0050.03115.77
5.5.210.0030.02415.65
5.5.200.0000.02615.82
5.5.190.0030.02315.97
5.5.180.0030.03515.79
5.5.170.0030.01313.74
5.5.160.0060.02015.83
5.5.150.0020.02515.59
5.5.140.0020.02215.78
5.5.130.0000.04615.81
5.5.120.0050.04515.83
5.5.110.0020.04515.73
5.5.100.0010.03615.60
5.5.90.0080.02015.52
5.5.80.0050.03415.69
5.5.70.0050.03215.77
5.5.60.0050.03115.91
5.5.50.0070.02915.82
5.5.40.0040.02815.79
5.5.30.0030.03915.52
5.5.20.0000.05015.80
5.5.10.0040.02115.82
5.5.00.0020.04415.68
5.4.450.0060.01715.07
5.4.440.0030.02215.17
5.4.430.0050.03215.09
5.4.420.0000.04415.04
5.4.410.0020.02315.06
5.4.400.0050.03014.84
5.4.390.0030.02214.86
5.4.380.0040.02014.90
5.4.370.0000.03114.98
5.4.360.0030.02614.97
5.4.350.0050.02014.96
5.4.340.0030.04214.93
5.4.330.0030.00710.83
5.4.320.0030.03714.85
5.4.310.0020.02315.09
5.4.300.0020.04214.84
5.4.290.0050.02815.09
5.4.280.0030.02814.75
5.4.270.0020.04014.82
5.4.260.0100.02615.00
5.4.250.0030.03514.92
5.4.240.0030.01815.14
5.4.230.0020.03415.03
5.4.220.0070.03214.93
5.4.210.0000.04114.87
5.4.200.0030.01914.82
5.4.190.0020.02715.02
5.4.180.0020.04214.83
5.4.170.0080.04014.96
5.4.160.0030.04114.71
5.4.150.0000.02814.97
5.4.140.0040.02713.59
5.4.130.0020.02513.70
5.4.120.0020.02013.53
5.4.110.0020.02113.64
5.4.100.0070.01613.74
5.4.90.0090.02713.63
5.4.80.0030.02213.54
5.4.70.0000.02813.62
5.4.60.0040.01913.60
5.4.50.0020.03713.60
5.4.40.0050.01613.76
5.4.30.0060.01813.67
5.4.20.0020.03213.63
5.4.10.0030.02113.60
5.4.00.0030.02513.29

preferences:
35.06 ms | 403 KiB | 5 Q