3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array( 0 => array (0 => null, 1=> 'something1'), 1 => array (0 => null, 1=> null, 2 => 'something2', 3 => array(0 => null, 1 => 'f')), 2 => null ); function filterNulls($array, &$list = []) { array_walk($array, function ($value, $key) use (&$list) { if (!is_array($value)) { if (!empty($value)) { $list[$key] = $value; } } else { $list[$key] = filterNulls($value); } }); return $list; } print_r(filterNulls($array));

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.0050.00424.18
8.4.110.0090.01022.32
8.4.100.0120.01117.93
8.4.90.0060.00418.52
8.4.80.0100.00619.37
8.4.70.0030.00517.93
8.4.60.0120.00918.50
8.4.50.0120.00817.54
8.4.40.0090.00921.18
8.4.30.0110.01119.16
8.4.20.0130.01018.84
8.4.10.0100.01019.52
8.3.250.0130.00618.93
8.3.240.0040.00516.97
8.3.230.0120.00616.42
8.3.220.0040.00416.98
8.3.210.0090.01016.66
8.3.200.0060.00316.56
8.3.190.0100.00817.16
8.3.180.0090.01018.38
8.3.170.0070.01116.95
8.3.160.0060.01216.51
8.3.150.0040.00417.15
8.3.140.0080.00016.80
8.3.130.0060.00318.20
8.3.120.0080.00020.78
8.3.110.0150.00416.78
8.3.100.0060.00316.38
8.3.90.0070.01116.75
8.3.80.0030.00617.97
8.3.70.0110.00716.75
8.3.60.0120.00918.55
8.3.50.0110.01021.99
8.3.40.0070.00718.93
8.3.30.0170.00318.63
8.3.20.0040.00421.44
8.3.10.0040.00420.53
8.3.00.0060.00323.70
8.2.290.0140.00520.19
8.2.280.0130.00718.29
8.2.270.0120.00616.96
8.2.260.0110.00720.82
8.2.250.0090.00018.59
8.2.240.0100.00017.05
8.2.230.0040.01520.94
8.2.220.0090.00024.06
8.2.210.0120.00626.77
8.2.200.0030.00718.29
8.2.190.0140.00016.75
8.2.180.0150.00316.38
8.2.170.0110.01122.96
8.2.160.0170.00320.24
8.2.150.0070.00024.18
8.2.140.0040.00424.66
8.2.130.0070.00020.38
8.2.120.0040.00426.35
8.2.110.0060.00617.93
8.2.100.0060.00617.84
8.2.90.0040.00417.97
8.2.80.0070.00017.97
8.2.70.0030.00517.50
8.2.60.0080.00018.03
8.2.50.0050.00318.07
8.2.40.0070.00217.97
8.2.30.0040.00418.23
8.2.20.0000.00718.00
8.2.10.0000.00818.00
8.2.00.0040.00418.32
8.1.330.0100.00921.98
8.1.320.0100.00718.17
8.1.310.0040.00416.87
8.1.300.0090.00018.24
8.1.290.0090.00018.88
8.1.280.0140.00025.92
8.1.270.0020.00520.87
8.1.260.0060.00326.35
8.1.250.0050.00328.09
8.1.240.0030.00623.72
8.1.230.0070.00320.95
8.1.220.0050.00317.79
8.1.210.0080.00018.77
8.1.200.0040.00417.35
8.1.190.0000.00817.35
8.1.180.0040.00418.10
8.1.170.0000.00818.47
8.1.160.0040.00418.83
8.1.150.0050.00220.14
8.1.140.0000.00719.59
8.1.130.0030.00518.99
8.1.120.0040.00417.43
8.1.110.0080.00017.43
8.1.100.0050.00317.34
8.1.90.0000.00817.42
8.1.80.0000.00717.37
8.1.70.0070.00017.43
8.1.60.0040.00417.41
8.1.50.0040.00417.44
8.1.40.0030.00617.52
8.1.30.0040.00417.68
8.1.20.0020.00517.48
8.1.10.0080.00017.48
8.1.00.0000.00817.52
8.0.300.0050.00519.88
8.0.290.0030.00516.63
8.0.280.0050.00518.51
8.0.270.0040.00417.27
8.0.260.0030.00317.18
8.0.250.0030.00316.93
8.0.240.0040.00416.92
8.0.230.0070.00317.00
8.0.220.0050.00216.83
8.0.210.0080.00016.83
8.0.200.0030.00616.95
8.0.190.0060.00316.91
8.0.180.0070.00016.86
8.0.170.0040.00416.95
8.0.160.0050.00516.79
8.0.150.0070.00016.84
8.0.140.0000.00716.82
8.0.130.0040.00313.34
8.0.120.0060.00316.76
8.0.110.0040.00416.88
8.0.100.0000.00716.83
8.0.90.0000.00716.80
8.0.80.0100.01116.89
8.0.70.0000.00816.92
8.0.60.0080.00016.69
8.0.50.0040.00416.95
8.0.30.0100.01017.25
8.0.20.0100.00817.40
8.0.10.0030.00516.91
8.0.00.0090.00916.85
7.4.330.0060.00015.55
7.4.320.0030.00316.45
7.4.300.0000.00716.65
7.4.290.0030.00316.40
7.4.280.0040.00416.50
7.4.270.0000.00716.66
7.4.260.0070.00416.58
7.4.250.0070.00016.55
7.4.240.0050.00216.51
7.4.230.0070.00016.49
7.4.220.0040.01216.60
7.4.210.0110.00416.53
7.4.200.0000.00716.40
7.4.160.0040.01116.39
7.4.150.0180.00017.40
7.4.140.0130.01217.86
7.4.130.0080.00916.34
7.4.120.0110.00916.47
7.4.110.0040.01616.54
7.4.100.0130.00716.57
7.4.90.0120.00616.35
7.4.80.0150.00319.39
7.4.70.0100.01316.27
7.4.60.0090.00616.47
7.4.50.0100.00316.46
7.4.40.0090.00916.55
7.4.30.0030.01216.73
7.4.00.0140.00315.13
7.3.330.0060.00013.36
7.3.320.0030.00313.13
7.3.310.0070.00016.44
7.3.300.0070.00016.30
7.3.290.0050.01016.36
7.3.280.0120.00616.35
7.3.270.0170.00317.40
7.3.260.0130.00516.35
7.3.250.0100.00716.46
7.3.240.0070.01016.34
7.3.230.0100.00616.60
7.3.210.0110.01116.41
7.3.200.0060.01516.73
7.3.190.0180.00316.29
7.3.180.0060.00916.30
7.3.170.0080.00816.45
7.3.160.0070.01016.54
7.3.10.0100.00316.46
7.3.00.0100.00316.54
7.2.330.0050.01316.65
7.2.320.0090.00916.71
7.2.310.0160.00016.58
7.2.300.0120.00616.35
7.2.290.0070.01016.79
7.2.130.0030.01416.79
7.2.120.0040.01116.79
7.2.110.0000.01416.96
7.2.100.0110.00316.96
7.2.90.0100.00316.67
7.2.80.0030.01016.86
7.2.70.0040.01116.96
7.2.60.0050.00916.87
7.2.50.0070.00317.01
7.2.40.0030.01016.99
7.2.30.0040.00816.71
7.2.20.0000.01616.90
7.2.10.0030.01316.63
7.2.00.0070.00716.87
7.1.250.0000.01015.67
7.1.240.0030.00915.77
7.1.230.0040.01516.01
7.1.220.0070.00715.91
7.1.210.0070.00415.59
7.1.200.0020.01415.74
7.1.190.0030.01415.87
7.1.180.0040.00715.69
7.1.170.0030.00915.66
7.1.160.0070.00715.68
7.1.150.0040.00515.92
7.1.140.0100.00015.80
7.1.130.0070.00715.79
7.1.120.0050.00515.71
7.1.110.0140.00015.68
7.1.100.0100.00315.96
7.1.90.0030.00715.73
7.1.80.0070.00715.72
7.1.70.0020.00916.32
7.1.60.0090.00516.54
7.1.50.0060.00615.45
7.1.40.0030.01315.84
7.1.30.0030.00615.95
7.1.20.0580.05631.45
7.1.10.0120.03918.77
7.1.00.0070.03818.85
7.0.330.0000.01415.41
7.0.320.0030.01315.08
7.0.310.0100.00715.20
7.0.300.0030.01015.21
7.0.290.0050.00515.29
7.0.280.0060.00915.30
7.0.270.0030.00715.41
7.0.260.0090.00615.02
7.0.250.0060.00315.39
7.0.240.0110.00415.53
7.0.230.0000.01215.40
7.0.220.0100.00315.21
7.0.210.0060.00815.54
7.0.200.0090.00615.92
7.0.190.0070.00315.37
7.0.180.0060.00315.33
7.0.170.0070.00715.56
7.0.160.0100.03218.62
7.0.150.0080.03318.62
7.0.140.0050.03318.68
7.0.130.0070.03718.69
7.0.120.0070.03518.59
7.0.110.0080.03318.56
7.0.100.0030.03818.54
7.0.90.0080.03218.58
7.0.80.0070.04518.67
7.0.70.0080.03318.63
7.0.60.0090.03018.56
7.0.50.0070.04218.70
7.0.40.0050.04617.62
7.0.30.0100.04217.54
7.0.20.0090.02817.65
7.0.10.0090.03217.69
7.0.00.0130.03517.63
5.6.380.0060.00913.89

preferences:
28.38 ms | 403 KiB | 5 Q