3v4l.org

run code in 300+ PHP versions simultaneously
<?php class User { public function can($name) { return call_user_func(array($name, 'test')); } public static function __callStatic($name, $args) { return 'User::__callStatic'; } public function __call($name, $args) { return 'User::__call'; } } class Foo { public function can($name) { return call_user_func(array($name, 'test')); } public static function __callStatic($name, $args) { return 'Foo::__callStatic'; } public function __call($name, $args) { return 'Foo::__call?'; } } function can($name) { return call_user_func(array($name, 'test')); } $u = new User(); $f = new Foo(); var_dump($u->can('User')); var_dump($u->can('Foo')); var_dump($f->can('User')); var_dump($f->can('Foo')); var_dump(can('User')); var_dump(can('Foo'));

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.0140.00820.59
8.4.110.0070.00218.68
8.4.100.0070.01417.95
8.4.90.0040.00920.58
8.4.80.0110.00818.87
8.4.70.0040.00418.99
8.4.60.0100.01118.73
8.4.50.0100.01120.39
8.4.40.0040.00417.65
8.4.30.0100.01019.33
8.4.20.0000.01017.83
8.4.10.0040.00419.39
8.3.250.0090.01018.71
8.3.240.0040.00416.55
8.3.230.0090.01016.35
8.3.220.0040.00319.00
8.3.210.0070.00818.41
8.3.200.0050.00316.73
8.3.190.0080.00617.17
8.3.180.0090.01018.84
8.3.170.0080.00419.02
8.3.160.0160.00320.61
8.3.150.0090.00917.31
8.3.140.0110.00720.58
8.3.130.0000.00918.35
8.3.120.0040.00720.62
8.3.110.0050.00520.94
8.3.100.0080.00024.06
8.3.90.0080.00026.77
8.3.80.0070.00418.31
8.3.70.0100.01016.58
8.3.60.0150.00016.50
8.3.50.0080.00716.53
8.3.40.0070.00719.02
8.3.30.0110.00718.79
8.3.20.0040.00420.31
8.3.10.0050.00320.63
8.3.00.0080.00020.35
8.2.290.0040.00416.52
8.2.280.0110.00818.25
8.2.270.0090.00920.53
8.2.260.0030.01316.58
8.2.250.0000.00817.06
8.2.240.0000.00818.94
8.2.230.0090.00022.58
8.2.220.0060.01237.54
8.2.210.0030.01226.77
8.2.200.0060.00318.41
8.2.190.0150.00616.58
8.2.180.0060.00925.92
8.2.170.0150.00622.96
8.2.160.0090.00622.96
8.2.150.0040.00424.18
8.2.140.0080.00024.66
8.2.130.0080.00026.16
8.2.120.0050.00319.56
8.2.110.0090.00020.93
8.2.100.0070.00717.86
8.2.90.0050.00517.73
8.2.80.0090.00018.64
8.2.70.0040.00417.63
8.2.60.0040.00417.91
8.2.50.0030.00618.07
8.2.40.0050.00318.16
8.2.30.0040.00418.11
8.2.20.0000.00718.07
8.2.10.0040.00418.11
8.2.00.0080.00017.93
8.1.330.0150.00716.09
8.1.320.0140.00717.93
8.1.310.0110.00416.66
8.1.300.0060.00316.05
8.1.290.0030.00730.84
8.1.280.0100.00725.92
8.1.270.0040.00422.22
8.1.260.0040.00426.35
8.1.250.0050.00328.09
8.1.240.0060.00319.61
8.1.230.0060.00617.76
8.1.220.0080.00017.74
8.1.210.0030.00618.77
8.1.200.0040.00417.36
8.1.190.0080.00017.22
8.1.180.0000.00918.10
8.1.170.0040.00418.74
8.1.160.0040.00418.85
8.1.150.0000.00720.14
8.1.140.0040.00419.57
8.1.130.0000.00717.46
8.1.120.0070.00017.48
8.1.110.0000.00717.34
8.1.100.0000.00817.46
8.1.90.0040.00417.49
8.1.80.0070.00017.36
8.1.70.0040.00417.48
8.1.60.0030.00617.63
8.1.50.0040.00417.43
8.1.40.0020.00517.38
8.1.30.0040.00417.66
8.1.20.0040.00417.70
8.1.10.0080.00017.57
8.1.00.0060.00317.41
8.0.300.0070.00018.77
8.0.290.0040.00416.63
8.0.280.0070.00018.46
8.0.270.0000.00817.30
8.0.260.0060.00016.67
8.0.250.0060.00016.88
8.0.240.0040.00416.94
8.0.230.0030.00617.00
8.0.220.0040.00416.90
8.0.210.0040.00416.78
8.0.200.0030.00317.05
8.0.190.0000.00716.95
8.0.180.0040.00416.81
8.0.170.0050.00316.81
8.0.160.0040.00416.83
8.0.150.0040.00416.75
8.0.140.0040.00416.85
8.0.130.0050.00313.29
8.0.120.0080.00016.92
8.0.110.0000.00816.85
8.0.100.0070.00016.81
8.0.90.0040.00416.89
8.0.80.0040.01316.86
8.0.70.0040.00416.85
8.0.60.0000.00716.83
8.0.50.0040.00416.83
8.0.30.0080.01117.02
8.0.20.0100.01317.40
8.0.10.0050.00316.89
8.0.00.0130.00616.82
7.4.330.0000.00415.55
7.4.320.0000.00716.51
7.4.300.0030.00316.53
7.4.290.0060.00016.59
7.4.280.0030.00616.50
7.4.270.0020.00516.65
7.4.260.0070.00016.47
7.4.250.0040.00416.41
7.4.240.0050.00216.61
7.4.230.0000.00716.39
7.4.220.0060.01316.61
7.4.210.0060.01016.49
7.4.200.0000.00716.65
7.4.160.0080.01016.45
7.4.150.0070.01417.40
7.4.140.0120.00817.86
7.4.130.0130.00716.59
7.4.120.0090.00816.49
7.4.110.0090.01516.59
7.4.100.0130.01016.28
7.4.90.0070.01016.50
7.4.80.0130.00619.39
7.4.70.0080.00816.66
7.4.60.0150.00716.45
7.4.50.0070.01016.21
7.4.40.0110.00716.74
7.4.30.0070.01016.48
7.4.00.0040.01115.08
7.3.330.0020.00213.29
7.3.320.0000.00513.26
7.3.310.0000.00716.38
7.3.300.0000.00716.26
7.3.290.0070.00716.34
7.3.280.0090.00816.28
7.3.270.0120.00617.40
7.3.260.0040.01216.46
7.3.250.0110.01016.50
7.3.240.0100.00716.37
7.3.230.0090.00916.28
7.3.210.0130.01016.44
7.3.200.0030.01416.47
7.3.190.0000.01616.58
7.3.180.0060.01216.41
7.3.170.0210.00016.48
7.3.160.0080.00816.38
7.3.10.0080.00016.37
7.3.00.0040.00916.68
7.2.330.0130.00416.48
7.2.320.0070.01716.61
7.2.310.0100.00616.36
7.2.300.0080.00816.49
7.2.290.0070.01016.75
7.2.130.0060.00816.93
7.2.120.0050.00916.79
7.2.110.0060.00516.80
7.2.100.0060.00816.91
7.2.90.0010.01016.64
7.2.80.0030.01116.69
7.2.70.0040.00917.00
7.2.60.0030.00916.91
7.2.50.0070.00616.91
7.2.40.0070.00716.65
7.2.30.0010.01217.04
7.2.20.0060.00516.78
7.2.10.0080.00416.81
7.2.00.0060.00616.84
7.1.250.0050.01015.62
7.1.240.0060.00615.39
7.1.230.0030.00915.79
7.1.220.0040.00415.66
7.1.210.0030.00615.72
7.1.200.0070.00315.73
7.1.190.0080.00015.76
7.1.180.0030.00715.72
7.1.170.0000.00915.68
7.1.160.0080.00515.66
7.1.150.0130.00015.82
7.1.140.0040.00815.71
7.1.130.0040.01115.68
7.1.120.0060.00615.74
7.1.110.0000.01215.50
7.1.100.0090.00615.67
7.1.90.0060.00616.83
7.1.80.0080.00616.82
7.1.70.0070.00516.42
7.1.60.0190.00825.38
7.1.50.0110.00925.30
7.1.40.0160.00925.17
7.1.30.0140.01425.12
7.1.20.0100.01425.11
7.1.10.0070.00616.13
7.1.00.0090.00516.23
7.0.330.0060.00615.37
7.0.320.0000.00815.28
7.0.310.0090.00015.30
7.0.300.0030.00715.30
7.0.290.0100.00315.36
7.0.280.0090.00915.17
7.0.270.0080.00415.55
7.0.260.0040.00715.30
7.0.250.0070.00715.31
7.0.240.0060.00615.31
7.0.230.0020.01116.61
7.0.220.0060.00816.48
7.0.210.0060.00915.09
7.0.200.0070.00915.98
7.0.190.0060.01015.98
7.0.180.0070.00915.89
7.0.170.0030.01215.83
7.0.160.0050.01115.69
7.0.150.0030.00915.82
7.0.140.0060.01015.78
7.0.130.0050.00815.97
7.0.120.0050.01016.01
7.0.110.0050.01015.72
7.0.100.0050.01115.85
7.0.90.0000.01315.62
7.0.80.0040.00915.73
7.0.70.0090.00615.96
7.0.60.0060.01015.67
7.0.50.0050.00815.88
7.0.40.0030.00914.89
7.0.30.0010.01114.86
7.0.20.0070.00515.02
7.0.10.0070.00514.79
7.0.00.0030.01014.84
5.6.380.0040.00814.20

preferences:
27.41 ms | 403 KiB | 5 Q