3v4l.org

run code in 300+ PHP versions simultaneously
<?php $raw = array( 'firstname' => 'Foo', 'lastname' => 'Bar', 'nickname' => '', 'birthdate' => array( 'day' => '', 'month' => '', 'year' => '', ), 'likes' => array( 'cars' => array('Subaru Impreza WRX STi', 'Mitsubishi Evo', 'Nissan GTR'), 'bikes' => array(), ), ); $callback = function($item) use (&$callback) { if (is_array($item)) { return array_filter($item, $callback); } if (!empty($item)) { return true; } }; var_dump(array_filter($raw, $callback)); $navigation = array( array( "title" => "Overzicht", "enabled" => 0, "submenu" => array( array( "title" => "Dashboard", "url" => "dashboard/", "module" => "Home", "icon" => "icon-home", "userlevel" => 0, "enabled" => 1 ), array( "title" => "Mijn statistieken", "url" => "user/stats/", "module" => "User", "icon" => "icon-stats", "userlevel" => 60, "enabled" => 1 ) ) ), array( "title" => "Acties", "enabled" => 1, "submenu" => array( array( "title" => "Alle acties", "url" => "action/", "module" => "Action", "icon" => "icon-list-alt", "userlevel" => 0, "enabled" => 0 ), array( "title" => "Mijn acties", "url" => "action/:user_id/", "module" => "Action", "icon" => "icon-list", "userlevel" => 60, "enabled" => 1 ), array( "title" => "Nieuwe actie", "url" => "new/", "module" => "Action", "icon" => "icon-plus", "userlevel" => 80, "enabled" => 1 ) ) ) ); $filterFunc = function($arr) use (&$filterFunc) { foreach ($arr as &$v) { if (!$v["enabled"]) unset($v); if (isset($v["userlevel"])) { if (($v["userlevel"] > 60)) unset($v); } if (isset($v["submenu"])) { $v["submenu"] = $filterFunc($v["submenu"]); } } return $arr; }; $navigation = $filterFunc($navigation); var_dump($navigation);

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.3.60.0090.00918.27
8.3.50.0100.01121.21
8.3.40.0120.00318.61
8.3.30.0070.00720.35
8.3.20.0050.00320.13
8.3.10.0050.00321.22
8.3.00.0030.00522.39
8.2.180.0160.00616.63
8.2.170.0030.01322.96
8.2.160.0090.00922.18
8.2.150.0080.00024.18
8.2.140.0030.00624.66
8.2.130.0070.00326.16
8.2.120.0040.00420.67
8.2.110.0130.00722.28
8.2.100.0110.00017.72
8.2.90.0040.00417.84
8.2.80.0030.00519.28
8.2.70.0060.00317.63
8.2.60.0120.00017.68
8.2.50.0080.00018.16
8.2.40.0000.00720.55
8.2.30.0000.00919.40
8.2.20.0080.00017.67
8.2.10.0060.00317.84
8.2.00.0000.00817.68
8.1.280.0070.00725.92
8.1.270.0040.00423.99
8.1.260.0000.00826.35
8.1.250.0080.00028.09
8.1.240.0090.00022.09
8.1.230.0110.00022.68
8.1.220.0030.00517.74
8.1.210.0040.00418.99
8.1.200.0060.00317.47
8.1.190.0000.00817.23
8.1.180.0050.00318.10
8.1.170.0040.00418.50
8.1.160.0050.00318.87
8.1.150.0080.00020.28
8.1.140.0000.00817.46
8.1.130.0040.00417.85
8.1.120.0000.00717.39
8.1.110.0050.00317.47
8.1.100.0040.00417.42
8.1.90.0040.00417.48
8.1.80.0070.00017.53
8.1.70.0000.00717.47
8.1.60.0080.00017.57
8.1.50.0080.00017.60
8.1.40.0040.00417.54
8.1.30.0080.00017.55
8.1.20.0030.00617.61
8.1.10.0040.00417.47
8.1.00.0050.00317.44
8.0.300.0080.00019.84
8.0.290.0000.00916.75
8.0.280.0000.00718.47
8.0.270.0000.00717.16
8.0.260.0030.00318.50
8.0.250.0000.00716.89
8.0.240.0030.00617.02
8.0.230.0000.00716.98
8.0.220.0070.00016.91
8.0.210.0050.00216.89
8.0.200.0030.00317.02
8.0.190.0030.00416.87
8.0.180.0030.00516.97
8.0.170.0050.00216.96
8.0.160.0000.00716.84
8.0.150.0070.00016.85
8.0.140.0030.00716.85
8.0.130.0030.00313.31
8.0.120.0030.00616.90
8.0.110.0040.00416.96
8.0.100.0000.00716.87
8.0.90.0040.00416.98
8.0.80.0070.01016.88
8.0.70.0030.00516.79
8.0.60.0030.00616.87
8.0.50.0040.00416.83
8.0.30.0050.01917.06
8.0.20.0130.01017.40
8.0.10.0000.00717.03
8.0.00.0140.00816.80
7.4.330.0040.00215.02
7.4.320.0000.00716.54
7.4.300.0080.00016.43
7.4.290.0000.00716.65
7.4.280.0000.00816.61
7.4.270.0070.00016.51
7.4.260.0000.00613.24
7.4.250.0000.00816.56
7.4.240.0050.00216.50
7.4.230.0000.00716.50
7.4.220.0100.01016.67
7.4.210.0110.00616.54
7.4.200.0000.00716.34
7.4.190.0030.00316.77
7.4.160.0070.01316.47
7.4.150.0080.01217.40
7.4.140.0170.00617.86
7.4.130.0120.00916.51
7.4.120.0120.00816.54
7.4.110.0090.00916.60
7.4.100.0060.01316.66
7.4.90.0130.00716.43
7.4.80.0080.01119.39
7.4.70.0110.00616.43
7.4.60.0320.01316.51
7.4.50.0050.00216.44
7.4.40.0040.01122.77
7.4.30.0110.00716.63
7.4.00.0090.00615.07
7.3.330.0050.00013.41
7.3.320.0000.00513.15
7.3.310.0040.00416.23
7.3.300.0040.00416.38
7.3.290.0130.00316.40
7.3.280.0110.00916.38
7.3.270.0120.00817.40
7.3.260.0160.00918.24
7.3.250.0090.01116.45
7.3.240.0180.00016.46
7.3.230.0150.00616.47
7.3.210.0050.01516.58
7.3.200.0160.00919.39
7.3.190.0090.00916.49
7.3.180.0040.01416.46
7.3.170.0040.01316.39
7.3.160.0130.00316.59
7.3.120.0040.01114.87
7.3.110.0090.00514.74
7.3.100.0050.00914.84
7.3.90.0070.00414.99
7.3.80.0040.01014.88
7.3.70.0020.01314.88
7.3.60.0100.00614.92
7.3.50.0050.00814.90
7.3.40.0050.01014.75
7.3.30.0080.00514.81
7.3.20.0040.01216.62
7.3.10.0060.01016.80
7.3.00.0070.00916.73
7.2.330.0060.01316.57
7.2.320.0110.00716.93
7.2.310.0140.00316.82
7.2.300.0060.01616.88
7.2.290.0040.02216.54
7.2.240.0040.01115.08
7.2.230.0090.00715.14
7.2.220.0050.00915.20
7.2.210.0080.00615.15
7.2.200.0070.00915.19
7.2.190.0050.01115.16
7.2.180.0090.00515.05
7.2.170.0040.00915.13
7.2.160.0060.00915.09
7.2.150.0040.01216.91
7.2.140.0100.00616.88
7.2.130.0060.01016.94
7.2.120.0050.01016.95
7.2.110.0120.00517.01
7.2.100.0090.00816.96
7.2.90.0070.00816.85
7.2.80.0080.00516.98
7.2.70.0070.00816.99
7.2.60.0080.01016.91
7.2.50.0040.01217.12
7.2.40.0040.00916.97
7.2.30.0100.00917.06
7.2.20.0080.01016.97
7.2.10.0070.00617.03
7.2.00.0070.00916.92
7.1.330.0060.00915.83
7.1.320.0090.00515.74
7.1.310.0060.00816.03
7.1.300.0060.01015.73
7.1.290.0070.00715.80
7.1.280.0040.01015.75
7.1.270.0120.00615.66
7.1.260.0080.00315.84
7.1.250.0080.00615.81
7.1.70.0100.00517.15
7.1.60.0110.01419.17
7.1.50.0170.00716.95
7.1.00.0070.03022.33
7.0.200.0920.00314.95
7.0.140.0030.07022.07
7.0.100.0170.06020.01
7.0.90.0070.06019.92
7.0.80.0070.07719.81
7.0.70.0070.09019.85
7.0.60.0070.06019.92
7.0.50.0070.08020.23
7.0.40.0130.07320.12
7.0.30.0130.07020.05
7.0.20.0130.07020.14
7.0.10.0130.08020.04
7.0.00.0130.06320.14
5.6.280.0000.08021.17
5.6.250.0030.05020.65
5.6.240.0130.07320.71
5.6.230.0000.09720.67
5.6.220.0130.07320.60
5.6.210.0070.04720.70
5.6.200.0100.07721.20
5.6.190.0030.08321.11
5.6.180.0070.08021.01
5.6.170.0130.07721.08
5.6.160.0130.07321.04
5.6.150.0000.05721.11
5.6.140.0030.08721.09
5.6.130.0030.08721.11
5.6.120.0070.08321.19
5.6.110.0070.07021.14
5.6.100.0170.07321.07
5.6.90.0070.07721.12
5.6.80.0100.04320.42
5.6.70.0070.07320.34
5.6.60.0030.05020.55
5.6.50.0070.07720.55
5.6.40.0130.07720.41
5.6.30.0100.06320.52
5.6.20.0030.07720.39
5.6.10.0070.08020.42
5.6.00.0070.08020.53
5.5.380.0000.04720.33
5.5.370.0200.07720.48
5.5.360.0070.08720.37
5.5.350.0070.07020.42
5.5.340.0100.07020.85
5.5.330.0130.07320.66
5.5.320.0130.07320.75
5.5.310.0070.08720.95
5.5.300.0130.07320.94
5.5.290.0130.07720.82
5.5.280.0070.04720.64
5.5.270.0270.03020.81
5.5.260.0100.07320.89
5.5.250.0070.08020.72
5.5.240.0100.07320.17
5.5.230.0130.07020.30
5.5.220.0100.04320.15
5.5.210.0170.07020.28
5.5.200.0070.04720.30
5.5.190.0130.06720.15
5.5.180.0270.06720.15
5.5.160.0000.08320.23
5.5.150.0100.07320.14
5.5.140.0100.07720.29
5.5.130.0100.07320.10
5.5.120.0070.07720.09
5.5.110.0070.08020.25
5.5.100.0100.06720.19
5.5.90.0130.07320.17
5.5.80.0130.07020.11
5.5.70.0030.07719.98
5.5.60.0100.06320.11
5.5.50.0030.08320.07
5.5.40.0130.06020.05
5.5.30.0030.07719.98
5.5.20.0200.06720.08
5.5.10.0230.03720.16
5.5.00.0100.07719.98
5.4.450.0130.07319.18
5.4.440.0030.08019.46
5.4.430.0100.07319.21
5.4.420.0200.06319.35
5.4.410.0130.07019.35
5.4.400.0100.07719.17
5.4.390.0130.06018.85
5.4.380.0030.08018.95
5.4.370.0100.04019.18
5.4.360.0030.07719.04
5.4.350.0070.06719.14
5.4.340.0070.08019.03
5.4.320.0170.07019.09
5.4.310.0130.06719.23
5.4.300.0100.04719.23
5.4.290.0270.05019.09
5.4.280.0130.05719.04
5.4.270.0100.06318.88
5.4.260.0130.07019.18
5.4.250.0200.06018.90
5.4.240.0030.06018.85
5.4.230.0130.06718.87
5.4.220.0030.05718.84
5.4.210.0030.07718.85
5.4.200.0170.06319.18
5.4.190.0100.04318.93
5.4.180.0030.05018.89
5.4.170.0170.04018.93
5.4.160.0130.07019.11
5.4.150.0030.08319.07
5.4.140.0030.07716.35
5.4.130.0070.07016.43
5.4.120.0100.06716.59
5.4.110.0000.08016.42
5.4.100.0100.06016.34
5.4.90.0100.06716.43
5.4.80.0070.07316.45
5.4.70.0030.07016.46
5.4.60.0130.06716.49
5.4.50.0070.04716.48
5.4.40.0100.06716.37
5.4.30.0070.05716.31
5.4.20.0130.03716.40
5.4.10.0030.08016.46
5.4.00.0130.06715.86
5.3.290.0000.09014.63
5.3.280.0100.07014.74
5.3.270.0070.07714.74
5.3.260.0030.07714.62
5.3.250.0030.07314.65
5.3.240.0070.05014.64
5.3.230.0130.07014.72
5.3.220.0030.06314.71
5.3.210.0100.07714.57
5.3.200.0030.07314.52
5.3.190.0070.04314.57
5.3.180.0030.08014.62
5.3.170.0030.08014.64
5.3.160.0200.07014.64
5.3.150.0030.08314.53
5.3.140.0030.06014.57
5.3.130.0030.07714.62
5.3.120.0100.07714.61
5.3.110.0130.06714.64
5.3.100.0100.06714.12
5.3.90.0030.08014.03
5.3.80.0030.07714.05
5.3.70.0100.07014.07
5.3.60.0100.07314.05
5.3.50.0030.07014.08
5.3.40.0000.05713.91
5.3.30.0000.08013.93
5.3.20.0130.06713.79
5.3.10.0130.06313.73
5.3.00.0100.06713.73
5.2.170.0000.06310.94
5.2.160.0000.06711.07
5.2.150.0070.05711.14
5.2.140.0070.06310.94
5.2.130.0030.05710.95
5.2.120.0000.04310.97
5.2.110.0030.06310.90
5.2.100.0130.04011.10
5.2.90.0030.04011.09
5.2.80.0030.06311.05
5.2.70.0070.06311.10
5.2.60.0030.06310.87
5.2.50.0070.05010.94
5.2.40.0070.04311.04
5.2.30.0030.05710.76
5.2.20.0070.05010.81
5.2.10.0030.04010.78
5.2.00.0030.03310.78
5.1.60.0000.05310.27
5.1.50.0130.04710.27
5.1.40.0030.05310.27
5.1.30.0130.05010.40
5.1.20.0100.05310.38
5.1.10.0030.03010.27
5.1.00.0070.05310.27
5.0.50.0000.04710.27
5.0.40.0030.03710.27
5.0.30.0000.07010.27
5.0.20.0030.04710.27
5.0.10.0000.05010.27
5.0.00.0030.06310.27
4.4.90.0030.03310.27
4.4.80.0030.03310.27
4.4.70.0070.03310.27
4.4.60.0030.03310.27
4.4.50.0000.04010.27
4.4.40.0070.04310.27
4.4.30.0000.03310.27
4.4.20.0000.02710.27
4.4.10.0100.03010.27
4.4.00.0000.06010.27
4.3.110.0030.03310.27
4.3.100.0070.02710.27
4.3.90.0000.03710.27
4.3.80.0100.05010.27
4.3.70.0030.03310.27
4.3.60.0000.03710.27
4.3.50.0000.03310.27
4.3.40.0070.04710.27
4.3.30.0000.03310.27
4.3.20.0030.03310.27
4.3.10.0000.04010.27
4.3.00.0030.03310.27

preferences:
38.95 ms | 401 KiB | 5 Q