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.0050.03812.52
5.4.310.0080.03612.52
5.4.300.0090.03412.52
5.4.290.0070.03912.52
5.4.280.0060.03812.41
5.4.270.0090.03812.41
5.4.260.0070.03812.41
5.4.250.0070.03612.41
5.4.240.0070.04112.41
5.4.230.0070.04412.40
5.4.220.0050.03612.40
5.4.210.0070.03812.40
5.4.200.0060.03812.40
5.4.190.0070.03812.40
5.4.180.0050.03812.40
5.4.170.0090.03612.40
5.4.160.0090.03512.40
5.4.150.0060.03712.40
5.4.140.0090.03812.09
5.4.130.0050.03612.07
5.4.120.0080.04112.04
5.4.110.0050.04012.03
5.4.100.0070.03712.03
5.4.90.0070.04112.03
5.4.80.0090.03512.03
5.4.70.0060.03712.03
5.4.60.0070.03812.03
5.4.50.0070.04512.02
5.4.40.0090.04312.01
5.4.30.0080.04312.01
5.4.20.0080.04512.01
5.4.10.0060.03812.01
5.4.00.0090.03611.51
5.3.290.0070.03812.80
5.3.280.0090.04112.71
5.3.270.0100.03812.72
5.3.260.0090.03812.72
5.3.250.0080.03912.72
5.3.240.0070.03912.72
5.3.230.0080.03812.71
5.3.220.0110.03612.68
5.3.210.0080.03912.68
5.3.200.0050.04312.68
5.3.190.0070.03612.68
5.3.180.0080.04112.67
5.3.170.0060.03912.67
5.3.160.0070.04012.68
5.3.150.0070.03912.67
5.3.140.0090.03812.66
5.3.130.0070.04212.66
5.3.120.0070.04012.66
5.3.110.0090.03812.66
5.3.100.0090.04212.13
5.3.90.0070.03812.11
5.3.80.0080.03812.10
5.3.70.0090.03412.10
5.3.60.0070.03712.08
5.3.50.0080.03812.03
5.3.40.0110.03412.03
5.3.30.0070.03611.99
5.3.20.0070.03611.78
5.3.10.0080.04011.74
5.3.00.0070.04111.73
5.2.170.0040.0369.22
5.2.160.0060.0319.23
5.2.150.0090.0329.22
5.2.140.0060.0399.22
5.2.130.0070.0299.18
5.2.120.0060.0299.18
5.2.110.0060.0319.19
5.2.100.0070.0349.18
5.2.90.0050.0399.18
5.2.80.0070.0389.18
5.2.70.0090.0349.18
5.2.60.0050.0329.13
5.2.50.0050.0329.10
5.2.40.0040.0299.08
5.2.30.0060.0289.05
5.2.20.0070.0329.04
5.2.10.0050.0298.95
5.2.00.0060.0328.81
5.1.60.0050.0258.10
5.1.50.0060.0238.09
5.1.40.0050.0248.07
5.1.30.0040.0268.42
5.1.20.0040.0278.44
5.1.10.0030.0308.17
5.1.00.0040.0258.18
5.0.50.0040.0226.65
5.0.40.0030.0296.51
5.0.30.0050.0356.32
5.0.20.0050.0216.29
5.0.10.0040.0206.27
5.0.00.0040.0316.26
4.4.90.0040.0204.77
4.4.80.0040.0154.76
4.4.70.0040.0174.75
4.4.60.0030.0184.76
4.4.50.0050.0144.77
4.4.40.0040.0294.70
4.4.30.0050.0204.76
4.4.20.0050.0174.85
4.4.10.0040.0174.85
4.4.00.0020.0304.76
4.3.110.0040.0194.67
4.3.100.0040.0164.67
4.3.90.0060.0164.63
4.3.80.0080.0214.58
4.3.70.0040.0184.63
4.3.60.0050.0164.63
4.3.50.0030.0194.63
4.3.40.0040.0314.54
4.3.30.0030.0183.30
4.3.20.0030.0213.28
4.3.10.0020.0193.24
4.3.00.0070.01015.22

preferences:
140.46 ms | 1394 KiB | 7 Q