3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Base { public static function test(self $obj) : self { echo get_class($obj) . "\n"; if (!$obj instanceof static) { throw new InvalidArgumentException(sprintf( "Object (%s) must be an instance of %s", get_class($obj), static::class )); } return new static($obj); } } class Ext extends Base {} $base = new Base; $ext = new Ext; Base::test($base); Base::test($ext); Ext::test($ext); Ext::test($base);

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.0120.00820.77
8.4.110.0150.00322.61
8.4.100.0090.01317.85
8.4.90.0130.00718.61
8.4.80.0140.00718.25
8.4.70.0110.00918.13
8.4.60.0170.00418.89
8.4.50.0150.00519.77
8.4.40.0100.01019.88
8.4.30.0130.00617.77
8.4.20.0170.00319.57
8.4.10.0190.00317.98
8.3.250.0100.00918.98
8.3.240.0080.00316.64
8.3.230.0100.00816.70
8.3.220.0080.00617.26
8.3.210.0090.00916.85
8.3.200.0030.00516.74
8.3.190.0090.01017.16
8.3.180.0120.00318.45
8.3.170.0150.00318.87
8.3.160.0070.00018.73
8.3.150.0070.01117.04
8.3.140.0090.00918.70
8.3.130.0080.00818.56
8.3.120.0090.00018.85
8.3.110.0110.00020.94
8.3.100.0040.00424.06
8.3.90.0080.00026.77
8.3.80.0060.00317.97
8.3.70.0160.00616.63
8.3.60.0100.00716.75
8.3.50.0080.01022.83
8.3.40.0110.00418.79
8.3.30.0120.00318.72
8.3.20.0040.00421.95
8.3.10.0000.00821.77
8.3.00.0050.00320.82
8.2.290.0120.00820.48
8.2.280.0070.00218.39
8.2.270.0040.01417.17
8.2.260.0040.01516.99
8.2.250.0110.00816.72
8.2.240.0080.00018.82
8.2.230.0040.00422.58
8.2.220.0090.00037.54
8.2.210.0110.00426.77
8.2.200.0030.00616.75
8.2.190.0070.01416.75
8.2.180.0110.00718.29
8.2.170.0040.01122.96
8.2.160.0060.00822.17
8.2.150.0040.01124.18
8.2.140.0070.00024.66
8.2.130.0040.00426.16
8.2.120.0100.00020.62
8.2.110.0030.00721.09
8.2.100.0040.00719.34
8.2.90.0040.00419.42
8.2.80.0030.00520.49
8.2.70.0040.00417.63
8.2.60.0060.00318.34
8.2.50.0000.00818.10
8.2.40.0030.00622.32
8.2.30.0000.00919.24
8.2.20.0040.00418.00
8.2.10.0040.00418.12
8.2.00.0030.00517.75
8.1.330.0100.00621.75
8.1.320.0100.01016.35
8.1.310.0070.01118.48
8.1.300.0000.01417.77
8.1.290.0030.00630.84
8.1.280.0070.01125.92
8.1.270.0120.00624.66
8.1.260.0000.00826.35
8.1.250.0070.00328.09
8.1.240.0090.00022.05
8.1.230.0030.00721.00
8.1.220.0030.00517.74
8.1.210.0000.00818.96
8.1.200.0030.00517.38
8.1.190.0060.00317.10
8.1.180.0040.00418.10
8.1.170.0040.00418.50
8.1.160.0000.00818.93
8.1.150.0050.00320.28
8.1.140.0040.00419.64
8.1.130.0030.00319.02
8.1.120.0070.00017.49
8.1.110.0040.00417.45
8.1.100.0000.00717.46
8.1.90.0000.00817.46
8.1.80.0050.00217.43
8.1.70.0030.00317.49
8.1.60.0000.01017.61
8.1.50.0040.00417.55
8.1.40.0030.00517.55
8.1.30.0040.00417.62
8.1.20.0040.00417.63
8.1.10.0000.00817.62
8.1.00.0040.00417.43
8.0.300.0040.00420.16
8.0.290.0000.00816.58
8.0.280.0040.00418.38
8.0.270.0000.00717.27
8.0.260.0060.00317.33
8.0.250.0000.00816.98
8.0.240.0070.00016.96
8.0.230.0000.00717.03
8.0.220.0030.00316.96
8.0.210.0000.00716.95
8.0.200.0070.00017.01
8.0.190.0000.00816.91
8.0.180.0040.00416.93
8.0.170.0040.00416.97
8.0.160.0070.00017.01
8.0.150.0030.00316.97
8.0.140.0000.00716.97
8.0.130.0000.00613.38
8.0.120.0050.00216.95
8.0.110.0070.00016.86
8.0.100.0040.00416.74
8.0.90.0050.00217.01
8.0.80.0040.01117.01
8.0.70.0040.00416.83
8.0.60.0080.00016.95
8.0.50.0040.00416.92
8.0.30.0050.01517.30
8.0.20.0090.01017.40
8.0.10.0040.00416.89
8.0.00.0080.01116.60
7.4.330.0030.00315.55
7.4.320.0000.00716.51
7.4.300.0000.00616.63
7.4.290.0030.00316.37
7.4.280.0040.00416.59
7.4.270.0030.00316.51
7.4.260.0060.00316.64
7.4.250.0000.00716.45
7.4.240.0040.00416.54
7.4.230.0000.00716.47
7.4.220.0070.02616.61
7.4.210.0080.00816.56
7.4.200.0020.00516.63
7.4.160.0130.00616.62
7.4.150.0130.00617.40
7.4.140.0130.00517.86
7.4.130.0090.00816.48
7.4.120.0120.01116.62
7.4.110.0000.01716.54
7.4.100.0100.00716.66
7.4.90.0120.00616.66
7.4.80.0100.01019.39
7.4.70.0100.01016.52
7.4.60.0090.00916.61
7.4.50.0060.00916.19
7.4.40.0080.00816.58
7.4.30.0090.01216.63
7.4.00.0060.00914.90
7.3.330.0060.00313.23
7.3.320.0030.00313.39
7.3.310.0000.00716.48
7.3.300.0070.00016.38
7.3.290.0090.00616.39
7.3.280.0060.01116.44
7.3.270.0100.00717.40
7.3.260.0110.00916.38
7.3.250.0110.00616.39
7.3.240.0050.01116.55
7.3.230.0060.01116.40
7.3.210.0090.00616.64
7.3.200.0150.00619.39
7.3.190.0060.01016.54
7.3.180.0090.00816.55
7.3.170.0180.00016.44
7.3.160.0080.00816.45
7.3.120.0050.01014.85
7.3.110.0070.00914.93
7.3.100.0100.00514.91
7.3.90.0040.01214.87
7.3.80.0070.00714.75
7.3.70.0030.01014.87
7.3.60.0060.00814.73
7.3.50.0110.00514.88
7.3.40.0060.01014.82
7.3.30.0080.00514.89
7.3.20.0070.00716.79
7.3.10.0080.00816.57
7.3.00.0050.00916.66
7.2.330.0070.01316.78
7.2.320.0140.00316.85
7.2.310.0070.01016.89
7.2.300.0120.00916.65
7.2.290.0130.00316.55
7.2.250.0040.01415.29
7.2.240.0080.01015.17
7.2.230.0070.00815.19
7.2.220.0050.00915.16
7.2.210.0030.01215.09
7.2.200.0050.00715.04
7.2.190.0030.01215.08
7.2.180.0050.01215.08
7.2.170.0060.00715.06
7.2.160.0120.00315.17
7.2.150.0030.00816.75
7.2.140.0040.01116.85
7.2.130.0080.00816.82
7.2.120.0070.00717.09
7.2.110.0070.00716.70
7.2.100.0080.00416.84
7.2.90.0030.01316.77
7.2.80.0030.01016.74
7.2.70.0100.00616.79
7.2.60.0050.00816.86
7.2.50.0040.01116.89
7.2.40.0070.00716.92
7.2.30.0070.00717.15
7.2.20.0040.01116.75
7.2.10.0000.01216.97
7.2.00.0090.00418.05
7.1.330.0070.00915.63
7.1.320.0090.00615.82
7.1.310.0050.01015.78
7.1.300.0040.01015.68
7.1.290.0020.01115.73
7.1.280.0000.01015.82
7.1.270.0050.00715.71
7.1.260.0070.00815.68
7.1.250.0070.00415.96
7.1.200.0090.00415.84
7.1.100.0000.01118.14
7.1.70.0000.01316.87
7.1.60.0100.00317.00
7.1.50.0090.00617.04
7.1.10.0070.06022.13
7.1.00.0070.06022.25
7.0.200.0040.01116.81
7.0.150.0100.05321.95
7.0.140.0070.05721.81
7.0.130.0070.05721.91
7.0.120.0070.06021.84
7.0.110.0100.05721.99
7.0.100.0070.05321.87
7.0.90.0030.06021.93
7.0.80.0130.05021.91
7.0.70.0070.05721.91
7.0.60.0100.05321.93
7.0.50.0030.06021.96
7.0.40.0100.05021.89
7.0.30.0130.04721.79
7.0.20.0170.04321.88
7.0.10.0070.05721.98
7.0.00.0070.05721.89

preferences:
129.19 ms | 403 KiB | 5 Q