3v4l.org

run code in 500+ PHP versions simultaneously
<?php function userland_call_user_func($function, ...$args) { if (! is_array($function)) { return $function(...$args); } $object = reset($function); if (is_object($object)) { return Closure::bind(function () use ($args, $function) { return $function(...$args); }, $object, get_class($object))->__invoke(); } return $function(...$args); } class Test { private function foo() { echo new Exception; } public function callFoo($callfunc) { $callfunc(array($this, 'foo')); } } $o = new Test; $o->callFoo('call_user_func'); $o->callFoo('userland_call_user_func');

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.5.90.0080.00717.33
8.5.80.0060.00417.45
8.5.70.0070.00517.20
8.5.60.0060.00617.37
8.5.50.0060.00617.78
8.5.40.0060.00417.52
8.5.30.0080.00317.55
8.5.20.0070.00418.46
8.5.10.0060.00717.94
8.5.00.0080.00617.79
8.4.240.0100.00419.61
8.4.230.0090.00520.17
8.4.220.0070.00621.55
8.4.210.0090.00619.59
8.4.200.0070.00520.42
8.4.190.0080.00419.57
8.4.180.0090.00719.62
8.4.170.0090.00721.09
8.4.160.0100.00521.60
8.4.150.0080.00518.68
8.4.140.0110.00517.75
8.4.130.0090.00518.21
8.4.120.0080.00318.77
8.4.110.0090.00619.94
8.4.100.0100.00518.83
8.4.90.0080.00518.69
8.4.80.0100.00518.97
8.4.70.0090.00518.40
8.4.60.0080.00518.21
8.4.50.0060.00619.00
8.4.40.0060.00718.31
8.4.30.0100.00618.26
8.4.20.0070.00517.68
8.4.10.0070.00417.75
8.3.330.0100.00419.05
8.3.320.0080.00618.45
8.3.310.0080.00418.91
8.3.300.0070.00819.89
8.3.290.0070.00719.20
8.3.280.0080.00618.45
8.3.270.0070.00617.24
8.3.260.0080.00616.50
8.3.250.0090.00618.07
8.3.240.0090.00516.52
8.3.230.0090.00516.58
8.3.220.0070.00617.39
8.3.210.0070.00616.65
8.3.200.0060.00416.66
8.3.190.0080.00517.96
8.3.180.0070.00616.61
8.3.170.0110.00517.39
8.3.160.0080.00517.72
8.3.150.0080.00418.04
8.3.140.0060.00618.01
8.3.130.0060.00317.74
8.3.120.0050.00717.43
8.3.110.0050.00418.66
8.3.100.0060.00419.16
8.3.90.0080.00719.93
8.3.80.0070.00317.69
8.3.70.0080.00516.71
8.3.60.0080.00417.29
8.3.50.0090.00519.85
8.3.40.0110.00418.09
8.3.30.0050.00718.30
8.3.20.0080.00519.92
8.3.10.0060.00619.39
8.3.00.0070.00419.58
8.2.330.0060.00718.81
8.2.320.0100.00818.66
8.2.310.0130.00619.21
8.2.300.0130.00919.28
8.2.290.0150.00617.83
8.2.280.0120.00517.82
8.2.270.0140.00617.33
8.2.260.0110.00616.74
8.2.250.0060.00717.30
8.2.240.0090.00316.74
8.2.230.0090.00518.57
8.2.220.0080.00423.62
8.2.210.0070.00419.88
8.2.200.0080.00417.22
8.2.190.0110.00417.07
8.2.180.0130.00616.49
8.2.170.0100.00519.54
8.2.160.0110.00418.91
8.2.150.0080.00420.63
8.2.140.0070.00620.06
8.2.130.0090.00320.66
8.2.120.0090.00319.31
8.2.110.0080.00618.75
8.2.100.0110.00718.52
8.2.90.0070.00518.38
8.2.80.0100.00418.42
8.2.70.0120.00418.34
8.2.60.0060.00419.10
8.2.50.0090.00418.51
8.2.40.0140.00518.00
8.2.30.0120.00518.42
8.2.20.0120.00417.72
8.2.10.0120.00318.91
8.2.00.0070.00617.74
8.1.340.0140.00618.18
8.1.330.0150.00518.11
8.1.320.0170.00616.23
8.1.310.0120.00516.92
8.1.300.0120.00617.09
8.1.290.0130.00421.65
8.1.280.0150.00619.45
8.1.270.0110.00520.35
8.1.260.0120.00320.55
8.1.250.0050.00621.73
8.1.240.0090.00819.15
8.1.230.0070.00420.32
8.1.220.0090.00418.32
8.1.210.0110.00318.62
8.1.200.0070.00617.58
8.1.190.0110.00418.07
8.1.180.0070.00418.34
8.1.170.0040.00518.49
8.1.160.0050.00419.13
8.1.150.0060.00418.62
8.1.140.0050.00417.55
8.1.130.0050.00518.22
8.1.120.0060.00417.57
8.1.110.0050.00618.22
8.1.100.0060.00418.21
8.1.90.0040.00718.15
8.1.80.0100.00418.18
8.1.70.0080.00318.18
8.1.60.0070.00418.32
8.1.50.0070.00617.43
8.1.40.0080.00418.28
8.1.30.0070.00618.21
8.1.20.0080.00618.33
8.1.10.0060.00618.25
8.1.00.0090.00518.13
8.0.300.0080.00618.17
8.0.290.0070.00617.34
8.0.280.0080.00617.98
8.0.270.0070.00617.60
8.0.260.0060.00717.47
8.0.250.0050.00517.71
8.0.240.0060.00518.13
8.0.230.0060.00418.25
8.0.220.0060.00618.08
8.0.210.0110.00516.80
8.0.200.0100.00416.89
8.0.190.0110.00416.85
8.0.180.0120.00516.92
8.0.170.0150.00616.96
8.0.160.0140.00517.00
8.0.150.0150.00616.93
8.0.140.0080.00517.51
8.0.130.0100.00815.70
8.0.120.0030.00516.94
8.0.110.0070.00217.41
8.0.100.0040.00517.42
8.0.90.0040.00417.46
8.0.80.0070.00317.99
8.0.70.0030.00518.04
8.0.60.0030.00617.98
8.0.50.0040.00518.02
8.0.30.0100.00617.96
8.0.20.0070.00818.01
8.0.10.0060.00318.31
8.0.00.0070.00817.92
7.4.330.0040.00417.50
7.4.320.0070.00317.87
7.4.300.0040.00417.85
7.4.290.0060.00217.88
7.4.280.0040.00417.88
7.4.270.0050.00317.76
7.4.260.0060.00317.16
7.4.250.0040.00417.25
7.4.240.0040.00317.49
7.4.230.0040.00417.78
7.4.220.0100.00617.24
7.4.210.0030.00817.72
7.4.200.0040.00517.28
7.4.190.0040.00417.50
7.4.180.0060.00318.49
7.4.160.0070.00217.68
7.4.150.0070.00617.44
7.4.140.0100.00717.60
7.4.130.0080.00416.87
7.4.120.0070.00717.37
7.4.110.0110.00616.64
7.4.100.0060.00517.69
7.4.90.0040.00917.63
7.4.80.0060.00518.09
7.4.70.0100.00616.71
7.4.60.0080.00517.76
7.4.50.0030.00417.67
7.4.40.0060.00617.77
7.4.30.0060.00517.86
7.4.20.0040.00418.43
7.4.10.0080.00517.61
7.4.00.0060.00716.66
7.3.330.0040.00416.51
7.3.320.0040.00316.69
7.3.310.0020.00517.72
7.3.300.0050.00217.74
7.3.290.0050.00617.69
7.3.280.0070.00617.15
7.3.270.0090.00318.06
7.3.260.0060.00517.79
7.3.250.0100.00416.93
7.3.240.0040.00917.14
7.3.230.0060.00517.77
7.3.220.0040.00418.31
7.3.210.0070.00417.76
7.3.200.0090.00518.08
7.3.190.0080.00417.04
7.3.180.0060.00617.75
7.3.170.0070.00317.70
7.3.160.0080.00517.76
7.3.150.0080.00316.42
7.3.140.0050.00317.42
7.3.130.0040.00418.33
7.3.120.0030.00717.09
7.3.110.0040.00617.13
7.3.100.0060.00317.14
7.3.90.0050.00517.34
7.3.80.0050.00517.16
7.3.70.0060.00317.20
7.3.60.0050.00517.28
7.3.50.0060.00617.17
7.3.40.0060.00417.27
7.3.30.0070.00417.24
7.3.20.0050.00517.83
7.3.10.0040.00517.82
7.3.00.0070.00417.80
7.2.340.0050.00317.52
7.2.330.0060.00717.84
7.2.320.0070.00716.61
7.2.310.0090.00417.82
7.2.300.0080.00617.24
7.2.290.0080.00517.12
7.2.280.0090.00217.46
7.2.270.0090.00418.37
7.2.260.0110.00316.51
7.2.250.0150.00416.51
7.2.240.0170.00716.55
7.2.230.0120.00616.02
7.2.220.0110.00616.77
7.2.210.0130.00616.10
7.2.200.0140.00516.03
7.2.190.0140.00716.14
7.2.180.0140.00816.79
7.2.170.0150.00516.18
7.2.160.0120.00716.20
7.2.150.0190.00417.97
7.2.140.0100.01217.93
7.2.130.0130.00518.12
7.2.120.0170.00617.95
7.2.110.0150.00618.08
7.2.100.0180.00517.95
7.2.90.0120.00717.97
7.2.80.0110.00617.94
7.2.70.0110.00717.96
7.2.60.0100.00617.79
7.2.50.0110.00717.97
7.2.40.0040.00918.10
7.2.30.0070.00518.02
7.2.20.0080.00718.09
7.2.10.0070.00818.01
7.2.00.0080.00618.44
7.1.330.0060.00416.98
7.1.320.0050.00616.92
7.1.310.0070.00416.83
7.1.300.0070.00616.96
7.1.290.0080.00417.02
7.1.280.0090.00516.81
7.1.270.0090.00716.89
7.1.260.0080.00716.85
7.1.250.0080.00716.92
7.1.240.0070.00317.36
7.1.230.0110.00517.43
7.1.220.0110.00417.63
7.1.210.0090.00517.63
7.1.200.0090.00417.06
7.1.190.0070.00817.52
7.1.180.0100.00317.48
7.1.170.0070.00317.46
7.1.160.0070.00317.52
7.1.150.0090.00617.49
7.1.140.0080.00317.41
7.1.130.0110.00517.42
7.1.120.0070.00217.38
7.1.110.0070.00417.47
7.1.100.0060.00417.71
7.1.90.0070.00317.48
7.1.80.0060.00317.45
7.1.70.0030.00517.37
7.1.60.0080.00518.09
7.1.50.0090.00523.32
7.1.40.0050.00217.46
7.1.30.0040.00317.53
7.1.20.0060.00217.44
7.1.10.0030.00417.37
7.1.00.0050.02619.12
7.0.330.0100.00317.28
7.0.320.0110.00217.05
7.0.310.0120.00317.17
7.0.300.0130.00417.14
7.0.290.0090.00417.30
7.0.280.0130.00217.29
7.0.270.0120.00317.10
7.0.260.0080.00417.21
7.0.250.0050.00517.59
7.0.240.0080.00517.41
7.0.230.0080.00417.41
7.0.220.0080.00517.35
7.0.210.0080.00517.38
7.0.200.0060.00417.08
7.0.190.0050.00317.38
7.0.180.0040.00417.43
7.0.170.0050.00417.40
7.0.160.0060.00317.23
7.0.150.0080.00517.33
7.0.140.0060.02718.86
7.0.130.0060.00717.39
7.0.120.0070.00417.42
7.0.110.0080.00317.23
7.0.100.0080.00517.26
7.0.90.0060.00617.17
7.0.80.0050.00317.16
7.0.70.0080.00317.05
7.0.60.0030.01818.02
7.0.50.0070.01617.45
7.0.40.0070.02918.32
7.0.30.0210.02418.31
7.0.20.0130.02318.20
7.0.10.0050.01518.22
7.0.00.0070.02418.13
5.6.400.0040.00416.16
5.6.390.0050.00316.25
5.6.380.0060.00416.22
5.6.370.0050.00316.14
5.6.360.0050.00316.29
5.6.350.0060.00216.14
5.6.340.0050.00216.22
5.6.330.0040.00316.09
5.6.320.0050.00216.16
5.6.310.0050.00316.21
5.6.300.0050.00315.95
5.6.290.0040.00416.20
5.6.280.0040.02617.81
5.6.270.0050.00316.01
5.6.260.0050.00316.28
5.6.250.0050.00316.27
5.6.240.0060.00416.00
5.6.230.0120.00216.29
5.6.220.0130.00716.26
5.6.210.0140.02817.68
5.6.200.0090.01816.96
5.6.190.0090.01717.58
5.6.180.0170.01417.64
5.6.170.0160.01917.69
5.6.160.0100.01817.57
5.6.150.0140.03116.84
5.6.140.0100.02216.77
5.6.130.0130.02816.77
5.6.120.0110.03117.70
5.6.110.0110.02817.70
5.6.100.0120.02817.69
5.6.90.0150.03317.72
5.6.80.0110.01917.53
5.6.70.1600.01417.59
5.6.60.0180.00216.03
5.6.50.0160.00516.12
5.6.40.0150.00516.07
5.6.30.0110.00416.13
5.6.20.0110.00516.06
5.6.10.0150.00416.11
5.6.00.0110.00216.05
5.5.380.0070.00215.91
5.5.370.0100.00315.76
5.5.360.0150.00315.82
5.5.350.0100.03017.15
5.5.340.0100.01916.39
5.5.330.0100.02017.28
5.5.320.0210.02717.29
5.5.310.0200.01817.39
5.5.300.0120.01516.40
5.5.290.0100.02816.47
5.5.280.0140.03017.37
5.5.270.0130.02917.40
5.5.260.0130.02717.46
5.5.250.0190.02917.35
5.5.240.0100.02917.35
5.5.230.0140.00515.96
5.5.220.0170.00515.92
5.5.210.0160.00415.72
5.5.200.0190.00715.62
5.5.190.0130.00515.55
5.5.180.0150.00415.53
5.5.170.0160.00815.67
5.5.160.0170.00715.77
5.5.150.0140.00615.65
5.5.140.0110.00515.54
5.5.130.0120.00415.60
5.5.120.0210.00615.54
5.5.110.0140.00415.53
5.5.100.0130.00415.70
5.5.90.0140.00415.89
5.5.80.0110.00515.83
5.5.70.0140.00415.77
5.5.60.0120.00215.77
5.5.50.0120.00315.71
5.5.40.0100.00215.78
5.5.30.0090.00415.66
5.5.20.0130.00515.68
5.5.10.0180.00615.62
5.5.00.0190.00215.74
5.4.450.0220.01516.82
5.4.440.0420.02316.70
5.4.430.0440.01816.79
5.4.420.0300.00116.76
5.4.410.0260.00316.67
5.4.400.0290.00316.68
5.4.390.0270.00316.68
5.4.380.0270.00116.65
5.4.370.0280.00116.71
5.4.360.0270.00316.70
5.4.350.0280.00216.72
5.4.340.0270.00316.70
5.4.330.0120.00215.45
5.4.320.0100.01514.47
5.4.310.0100.01514.47
5.4.300.0100.01514.47
5.4.290.0080.01414.47
5.4.280.0080.01314.43
5.4.270.0090.01214.43
5.4.260.0070.01614.43
5.4.250.0100.01414.43
5.4.240.0100.01214.44
5.4.230.0080.01514.43
5.4.220.0120.01514.43
5.4.210.0100.01814.43
5.4.200.0090.01414.43
5.4.190.0100.01414.43
5.4.180.0100.01614.43
5.4.170.0070.01414.43
5.4.160.0070.01414.43
5.4.150.0100.01614.43
5.4.140.0130.01514.33
5.4.130.0090.01514.32
5.4.120.0120.01414.31
5.4.110.0110.01414.31
5.4.100.0100.01414.31
5.4.90.0130.01614.31
5.4.80.0080.01314.31
5.4.70.0070.01314.31
5.4.60.0060.01314.31
5.4.50.0050.01314.31
5.4.40.0060.01214.30
5.4.30.0080.01414.30
5.4.20.0090.01314.30
5.4.10.0090.01214.30
5.4.00.0080.01414.13
5.3.290.0120.01314.57
5.3.280.0120.01514.54
5.3.270.0110.01514.54
5.3.260.0100.01414.54
5.3.250.0090.01214.54
5.3.240.0140.01114.54
5.3.230.0090.01414.54
5.3.220.0090.01614.53
5.3.210.0110.01814.52
5.3.200.0120.01314.53
5.3.190.0100.01414.52
5.3.180.0110.01514.52
5.3.170.0080.01614.52
5.3.160.0090.01314.52
5.3.150.0110.01514.52
5.3.140.0090.01414.52
5.3.130.0110.01414.52
5.3.120.0090.01514.52
5.3.110.0110.01514.52
5.3.100.0070.01514.34
5.3.90.0100.01414.33
5.3.80.0120.01314.33
5.3.70.0100.01414.33
5.3.60.0120.01514.33
5.3.50.0080.01514.31
5.3.40.0110.01414.31
5.3.30.0110.01414.29
5.3.20.0100.01414.22
5.3.10.0070.01314.21
5.3.00.0070.01314.21
5.2.170.0050.01113.37
5.2.160.0040.01113.37
5.2.150.0040.01113.37
5.2.140.0050.01213.37
5.2.130.0040.01113.36
5.2.120.0040.01113.36
5.2.110.0050.01113.36
5.2.100.0050.01113.36
5.2.90.0050.01113.36
5.2.80.0050.01013.36
5.2.70.0050.01113.36
5.2.60.0050.01313.34
5.2.50.0060.01213.33
5.2.40.0050.01113.32
5.2.30.0040.01313.31
5.2.20.0050.01113.31
5.2.10.0060.00913.28
5.2.00.0050.01013.24
5.1.60.0040.01112.99
5.1.50.0030.01012.99
5.1.40.0040.01012.99
5.1.30.0040.00913.11
5.1.20.0050.00913.11
5.1.10.0030.01013.02
5.1.00.0030.01013.02
5.0.50.0030.00912.51
5.0.40.0030.00812.47
5.0.30.0030.01112.40
5.0.20.0040.00712.39
5.0.10.0030.00812.38
5.0.00.0030.01212.38
4.4.90.0030.00611.89
4.4.80.0030.00511.88
4.4.70.0030.00611.88
4.4.60.0030.00611.88
4.4.50.0030.00511.89
4.4.40.0030.00911.87
4.4.30.0040.00511.88
4.4.20.0020.00711.92
4.4.10.0030.00611.91
4.4.00.0030.00911.89
4.3.110.0030.00611.86
4.3.100.0030.00511.85
4.3.90.0030.00611.84
4.3.80.0030.00911.83
4.3.70.0030.00611.84
4.3.60.0030.00711.84
4.3.50.0030.00711.84
4.3.40.0030.00911.81
4.3.30.0020.00711.40
4.3.20.0020.00611.39
4.3.10.0030.00511.38
4.3.00.0040.00512.68

preferences:
59.29 ms | 2898 KiB | 5 Q