3v4l.org

run code in 300+ PHP versions simultaneously
<?php $isset = true; $array = array(); $notSetArray = array(0=>''); $string = ''; // Test Source function TestEmpty() { $array = array(); unset($array); $i = 0; /* The Test */ $t = microtime(true); while($i < 2000) { empty($array); ++$i; } echo (microtime(true) - $t); } function TestEmpty2() { $array = array(); unset($array); $i = 0; /* The Test */ $t = microtime(true); while($i < 2000) { ($array == []); ++$i; } echo (microtime(true) - $t); } function TestEmpty3() { $array = array(); unset($array); $i = 0; /* The Test */ $t = microtime(true); while($i < 2000) { ($array === []); ++$i; } echo (microtime(true) - $t); } TestEmpty(); echo "\n\n"; TestEmpty2(); echo "\n\n"; TestEmpty3();

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)
7.4.00.0040.01414.88
7.3.120.0120.00814.87
7.3.110.0090.01215.10
7.3.100.0080.00814.98
7.3.90.0040.01214.96
7.3.80.0060.00915.11
7.3.70.0030.01014.96
7.3.60.0110.00414.95
7.3.50.0000.01714.82
7.3.40.0070.00314.64
7.3.30.0000.01714.88
7.3.20.0050.00816.59
7.3.10.0090.00616.57
7.3.00.0140.00316.74
7.2.250.0060.00914.67
7.2.240.0070.01414.91
7.2.230.0040.00815.00
7.2.220.0000.02315.16
7.2.210.0000.01514.59
7.2.200.0130.00315.10
7.2.190.0030.00715.01
7.2.180.0130.00614.77
7.2.170.0070.00714.94
7.2.00.0040.01119.17
7.1.330.0030.01315.51
7.1.320.0100.01015.32
7.1.310.0000.00915.61
7.1.300.0070.01315.78
7.1.290.0000.01415.51
7.1.280.0090.00915.53
7.1.270.0040.00815.79
7.1.260.0030.01315.43
7.1.70.0040.00416.93
7.1.60.0120.01519.39
7.1.50.0030.01816.95
7.1.00.0070.07022.35
7.0.200.0030.00616.84
7.0.140.0100.06322.08
7.0.100.0230.06020.04
7.0.90.0070.04319.92
7.0.80.0070.04320.13
7.0.70.0230.03720.13
7.0.60.0030.03719.96
7.0.50.0170.04320.29
7.0.40.0070.03020.03
7.0.30.0070.04320.05
7.0.20.0000.04020.05
7.0.10.0070.03720.10
7.0.00.0000.03720.04
5.6.280.0000.08021.07
5.6.250.0030.04020.50
5.6.240.0030.04720.52
5.6.230.0100.04020.59
5.6.220.0100.03320.74
5.6.210.0070.07320.68
5.6.200.0000.04721.05
5.6.190.0100.03721.13
5.6.180.0030.04321.09
5.6.170.0100.03721.02
5.6.160.0030.04021.07
5.6.150.0130.02721.02
5.6.140.0030.04021.01
5.6.130.0030.04021.17
5.6.120.0070.03721.14
5.6.110.0170.04020.94
5.6.100.0100.05721.00
5.6.90.0030.04320.97
5.6.80.0070.03320.43
5.6.70.0100.07320.39
5.6.60.0030.03720.27
5.6.50.0070.03320.41
5.6.40.0130.04020.39
5.6.30.0030.07720.32
5.6.20.0070.05720.49
5.6.10.0100.07720.38
5.6.00.0070.04320.43
5.5.380.0030.04020.44
5.5.370.0000.04020.35
5.5.360.0030.04020.36
5.5.350.0030.03720.42
5.5.340.0100.05320.95
5.5.330.0130.05020.95
5.5.320.0100.06720.94
5.5.310.0000.03720.90
5.5.300.0030.03320.91
5.5.290.0100.03320.89
5.5.280.0100.06020.98
5.5.270.0100.03020.93
5.5.260.0130.05320.94
5.5.250.0100.03020.67
5.5.240.0070.07320.25
5.5.230.0100.08020.28
5.5.220.0270.05020.32
5.5.210.0130.07720.25
5.5.200.0200.04020.29
5.5.190.0170.04720.24
5.5.180.0030.07320.22
5.5.160.0170.05020.29
5.5.150.0230.07020.19
5.5.140.0200.07320.29
5.5.130.0030.05020.12
5.5.120.0100.05720.24
5.5.110.0100.03720.26
5.5.100.0100.04019.98
5.5.90.0030.04020.07
5.5.80.0070.05020.16
5.5.70.0070.08320.07
5.5.60.0230.02320.16
5.5.50.0000.06320.16
5.5.40.0100.07720.06
5.5.30.0130.05320.09
5.5.20.0100.03319.95
5.5.10.0070.06320.08
5.5.00.0100.08320.09
5.4.450.0000.05019.30
5.4.440.0030.03319.29
5.4.430.0070.04019.36
5.4.420.0070.05719.28
5.4.410.0100.03019.16
5.4.400.0200.04318.87
5.4.390.0100.05319.19
5.4.380.0100.03318.89
5.4.370.0130.05019.03
5.4.360.0070.05318.89
5.4.350.0100.06718.93
5.4.340.0100.06018.89
5.4.320.0000.04719.12
5.4.310.0070.03718.83
5.4.300.0030.07718.98
5.4.290.0030.07019.03
5.4.280.0070.06319.04
5.4.270.0030.04318.99
5.4.260.0030.04018.95
5.4.250.0030.03718.95
5.4.240.0200.02718.82
5.4.230.0070.04018.93
5.4.220.0000.04718.99
5.4.210.0100.03019.02
5.4.200.0000.05018.82
5.4.190.0070.05719.04
5.4.180.0000.04318.96
5.4.170.0070.04018.83
5.4.160.0030.06719.07
5.4.150.0030.04018.98
5.4.140.0070.06716.32
5.4.130.0030.07316.39
5.4.120.0070.02716.39
5.4.110.0030.03316.31
5.4.100.0070.07016.41
5.4.90.0070.07716.55
5.4.80.0170.06716.46
5.4.70.0130.05016.26
5.4.60.0100.06316.54
5.4.50.0170.06716.47
5.4.40.0030.05716.24
5.4.30.0100.08016.34
5.4.20.0100.04716.27
5.4.10.0130.07316.41
5.4.00.0070.06315.80
5.3.290.0070.03714.59
5.3.280.0030.06314.61
5.3.270.0000.04314.54
5.3.260.0070.03714.70
5.3.250.0130.06314.54
5.3.240.0070.03014.54
5.3.230.0000.08314.54
5.3.220.0070.06714.69
5.3.210.0030.05014.68
5.3.200.0030.04014.59
5.3.190.0070.02714.60
5.3.180.0100.05014.59
5.3.170.0100.03314.68
5.3.160.0030.07314.68
5.3.150.0030.04014.65
5.3.140.0000.03314.62
5.3.130.0030.07714.61
5.3.120.0100.07314.54
5.3.110.0030.03314.62
5.3.100.0100.07313.99
5.3.90.0070.03713.98
5.3.80.0000.07014.14
5.3.70.0000.03314.16
5.3.60.0070.03014.09
5.3.50.0070.04014.07
5.3.40.0170.02313.96
5.3.30.0070.07714.00
5.3.20.0000.07313.68
5.3.10.0030.07713.69
5.3.00.0000.04013.68
5.2.170.0000.03013.68
5.2.160.0000.03713.68
5.2.150.0070.06013.68
5.2.140.0030.05713.68
5.2.130.0070.05313.68
5.2.120.0070.06013.68
5.2.110.0100.04313.68
5.2.100.0030.02313.68
5.2.90.0100.05313.68
5.2.80.0070.02313.68
5.2.70.0030.02313.68
5.2.60.0000.03013.68
5.2.50.0000.03013.68
5.2.40.0000.02713.68
5.2.30.0100.02713.68
5.2.20.0030.03313.68
5.2.10.0070.03013.68
5.2.00.0070.05713.68
5.1.60.0000.05013.68
5.1.50.0030.02313.68
5.1.40.0070.04013.68
5.1.30.0030.05313.68
5.1.20.0030.02313.68
5.1.10.0000.04713.68
5.1.00.0070.01713.68
5.0.50.0030.04313.68
5.0.40.0000.01713.68
5.0.30.0030.05713.68
5.0.20.0100.02713.68
5.0.10.0030.02313.68
5.0.00.0030.02313.68
4.4.90.0000.02013.68
4.4.80.0030.01713.68
4.4.70.0000.02013.68
4.4.60.0000.01713.68
4.4.50.0000.03013.68
4.4.40.0030.02713.68
4.4.30.0000.01713.68
4.4.20.0030.03313.68
4.4.10.0070.01013.68
4.4.00.0070.04713.68
4.3.110.0070.01313.68
4.3.100.0100.02713.68
4.3.90.0000.03313.68
4.3.80.0070.04313.68
4.3.70.0030.01313.68
4.3.60.0070.01713.68
4.3.50.0000.01713.68
4.3.40.0000.04313.68
4.3.30.0000.02313.68
4.3.20.0000.01713.68
4.3.10.0030.02713.68
4.3.00.0000.01313.68

preferences:
32.43 ms | 401 KiB | 5 Q