3v4l.org

run code in 300+ PHP versions simultaneously
<?php function html($value) { return htmlentities($value); } class Foo { function html($value) { return htmlentities($value); } } $value = '123'; $obect = new Foo(); htmlentities($value) html($value) $func($value) where $func = ‘html’ $object->html($value) where $object = new example() $object->$func($value) call_user_func($func, $value) call_user_func(array($object, $func), $value) call_user_func_array($func, array($value)) call_user_func_array(array($object, $func), array($value))

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.320.0060.03612.52
5.4.310.0070.03812.52
5.4.300.0060.03612.52
5.4.290.0070.03812.51
5.4.280.0050.03812.41
5.4.270.0070.04212.41
5.4.260.0050.03812.41
5.4.250.0050.03812.41
5.4.240.0050.03912.41
5.4.230.0100.04312.40
5.4.220.0090.03612.41
5.4.210.0090.04212.40
5.4.200.0060.04712.41
5.4.190.0090.04212.40
5.4.180.0070.03612.40
5.4.170.0070.04212.40
5.4.160.0090.03412.40
5.4.150.0130.03812.40
5.4.140.0090.04212.09
5.4.130.0090.03412.07
5.4.120.0100.04212.03
5.4.110.0070.04112.03
5.4.100.0050.03912.03
5.4.90.0040.03912.03
5.4.80.0090.04112.03
5.4.70.0070.04112.02
5.4.60.0040.03712.02
5.4.50.0070.03412.03
5.4.40.0120.03012.01
5.4.30.0070.03912.01
5.4.20.0050.03512.01
5.4.10.0060.04112.01
5.4.00.0070.03611.50
5.3.290.0100.03912.80
5.3.280.0090.04112.71
5.3.270.0100.04412.73
5.3.260.0070.04512.72
5.3.250.0100.04312.72
5.3.240.0050.03912.72
5.3.230.0100.03912.71
5.3.220.0080.03512.68
5.3.210.0070.03812.68
5.3.200.0050.03812.68
5.3.190.0050.03812.68
5.3.180.0100.03712.67
5.3.170.0080.03912.67
5.3.160.0080.03712.67
5.3.150.0080.03612.67
5.3.140.0080.03912.66
5.3.130.0100.04012.66
5.3.120.0100.03812.65
5.3.110.0070.04412.66
5.3.100.0080.03912.13
5.3.90.0060.04112.11
5.3.80.0090.04112.10
5.3.70.0080.03712.10
5.3.60.0080.03912.08
5.3.50.0070.03612.03
5.3.40.0050.03912.03
5.3.30.0080.03411.98
5.3.20.0050.04011.77
5.3.10.0050.03911.74
5.3.00.0070.03811.73
5.2.170.0070.0389.22
5.2.160.0040.0329.23
5.2.150.0080.0349.22
5.2.140.0080.0329.22
5.2.130.0050.0349.18
5.2.120.0070.0299.18
5.2.110.0070.0279.19
5.2.100.0040.0309.18
5.2.90.0060.0299.18
5.2.80.0050.0349.18
5.2.70.0070.0349.18
5.2.60.0070.0349.13
5.2.50.0040.0339.10
5.2.40.0060.0299.08
5.2.30.0080.0279.05
5.2.20.0060.0329.04
5.2.10.0040.0328.95
5.2.00.0080.0318.81
5.1.60.0070.0258.10
5.1.50.0030.0268.09
5.1.40.0040.0258.07
5.1.30.0060.0278.42
5.1.20.0040.0308.45
5.1.10.0040.0278.17
5.1.00.0040.0288.17
5.0.50.0040.0256.64
5.0.40.0040.0266.51
5.0.30.0060.0296.32
5.0.20.0040.0216.28
5.0.10.0040.0236.27
5.0.00.0050.0326.26
4.4.90.0020.0194.78
4.4.80.0040.0214.76
4.4.70.0060.0184.75
4.4.60.0040.0194.75
4.4.50.0040.0154.77
4.4.40.0020.0274.71
4.4.30.0020.0154.76
4.4.20.0020.0174.85
4.4.10.0020.0194.85
4.4.00.0040.0274.76
4.3.110.0020.0184.67
4.3.100.0040.0154.67
4.3.90.0030.0164.63
4.3.80.0020.0254.58
4.3.70.0050.0154.63
4.3.60.0020.0154.63
4.3.50.0020.0194.63
4.3.40.0040.0234.54
4.3.30.0030.0193.30
4.3.20.0040.0173.28
4.3.10.0020.0163.24
4.3.00.0030.01715.22

preferences:
141.69 ms | 1394 KiB | 7 Q