3v4l.org

run code in 300+ PHP versions simultaneously
<?php $category = array( 'Account' => array( 'Show Balance' => array( 'Recharge' => 2300, 'Success' => 12000, 'Failure' => 25000, ), 'Balance History' => 'your balance is very low for last 2 years', 'Mini Statement' => 'This is your mini statement. You can have a look of your transaction details', 'Last Transaction' => 25000 ), 'Deposit' => array( 'Deposit Limit' => 40000, 'Make Deposit' => 'Please go to the nearest branch ans deposit the money.', 'Last Deposit' => 12000 ), 'FAQ' => array( 'How To Open An Account' => 'Go to your nearest branch fill up a form, submit it to the branch manger with required supporting documents.', 'How To Widraw Money' => 'Go to any atm center swipe the card enter pin and get your money.', 'How To Add Money' => 'You need to go to your nearest branch and deposit money over there.' ), 'Loan' => array( 'Home Loan' => 'This is home loan related answer', 'Personal Loan' => 'This is personal loan related answer', 'Car Loan' => 'This is car loan related answer', 'Bike Loan' => 'This is bike loan related answer' ) , 'Test', ); function getData($categoryArray, $key){ foreach($categoryArray as $k => $value){ if($k==$key) return $value; if(is_array($value)){ $find = getData($value, $key); if($find){ return $find; } } } return null; } $result1 = getData($category, 'Show Balance'); var_dump($result1); $result = getData($category, 'Recharge'); var_dump($result);

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.140.0100.01117.31
8.4.130.0090.01217.79
8.4.120.0090.01122.10
8.4.110.0120.00822.46
8.4.100.0150.00517.45
8.4.90.0100.01120.72
8.4.80.0070.00720.33
8.4.70.0160.00318.04
8.4.60.0160.00518.76
8.4.50.0110.01218.73
8.4.40.0120.00917.70
8.4.30.0130.00717.47
8.4.20.0130.00719.58
8.4.10.0070.01017.64
8.3.270.0070.01316.43
8.3.260.0100.00916.43
8.3.250.0120.00819.08
8.3.240.0120.00817.13
8.3.230.0080.00116.63
8.3.220.0090.00819.04
8.3.210.0140.00216.74
8.3.200.0060.00416.70
8.3.190.0040.00517.13
8.3.180.0080.01117.17
8.3.170.0100.01020.69
8.3.160.0060.01220.70
8.3.150.0070.01117.22
8.3.140.0080.00016.52
8.3.130.0040.00418.27
8.3.120.0100.00018.94
8.3.110.0120.00316.91
8.3.100.0050.00518.43
8.3.90.0000.00826.77
8.3.80.0030.00618.43
8.3.70.0070.01116.63
8.3.60.0130.00618.55
8.3.50.0070.00617.41
8.3.40.0040.01218.71
8.3.30.0040.01118.54
8.3.20.0070.00021.86
8.3.10.0070.00023.65
8.3.00.0100.00021.11
8.2.290.0040.00620.18
8.2.280.0080.00718.32
8.2.270.0070.01118.78
8.2.260.0060.00318.22
8.2.250.0050.00316.57
8.2.240.0060.01317.41
8.2.230.0090.00620.94
8.2.220.0100.01037.54
8.2.210.0050.00326.77
8.2.200.0090.00018.41
8.2.190.0170.00316.58
8.2.180.0120.00316.38
8.2.170.0090.00922.96
8.2.160.0070.00720.35
8.2.150.0040.00425.66
8.2.140.0040.00424.66
8.2.130.0040.00426.16
8.2.120.0060.00319.77
8.2.110.0090.00020.58
8.2.100.0040.00817.91
8.2.90.0000.00917.63
8.2.80.0000.01118.67
8.2.70.0000.00817.93
8.2.60.0050.00718.33
8.2.50.0030.00618.22
8.2.40.0060.00322.33
8.2.30.0000.00719.36
8.2.20.0030.00518.15
8.2.10.0000.00717.67
8.2.00.0040.00418.09
8.1.330.0110.00822.03
8.1.320.0100.00916.40
8.1.310.0110.00716.57
8.1.300.0050.00316.36
8.1.290.0030.00630.84
8.1.280.0070.01025.92
8.1.270.0040.00423.82
8.1.260.0040.00426.35
8.1.250.0060.00328.09
8.1.240.0060.00320.88
8.1.230.0090.00322.88
8.1.220.0040.00417.76
8.1.210.0050.00318.77
8.1.200.0000.00817.36
8.1.190.0060.00317.23
8.1.180.0000.00818.10
8.1.170.0080.00018.63
8.1.160.0070.00018.94
8.1.150.0030.00520.31
8.1.140.0040.00417.73
8.1.130.0030.00320.84
8.1.120.0060.00317.54
8.1.110.0000.01017.52
8.1.100.0000.00817.39
8.1.90.0000.00817.43
8.1.80.0040.00417.40
8.1.70.0030.00317.49
8.1.60.0060.00317.51
8.1.50.0040.00417.45
8.1.40.0040.00417.58
8.1.30.0050.00217.68
8.1.20.0030.00617.56
8.1.10.0040.00717.38
8.1.00.0030.00617.43
8.0.300.0040.00418.77
8.0.290.0040.00416.88
8.0.280.0030.00318.41
8.0.270.0080.00017.30
8.0.260.0030.00316.87
8.0.250.0070.00016.95
8.0.240.0050.00216.94
8.0.230.0030.00316.87
8.0.220.0000.00716.83
8.0.210.0000.00716.83
8.0.200.0030.00316.98
8.0.190.0030.00617.01
8.0.180.0070.00016.85
8.0.170.0000.00916.87
8.0.160.0040.00416.88
8.0.150.0040.00416.98
8.0.140.0000.00716.93
8.0.130.0000.00613.40
8.0.120.0050.00316.76
8.0.110.0050.00216.95
8.0.100.0000.00716.73
8.0.90.0030.00516.90
8.0.80.0020.00916.86
8.0.70.0040.00316.83
8.0.60.0020.00516.80
8.0.50.0020.00516.93
8.0.30.0090.00716.96
8.0.20.0090.00717.17
8.0.10.0050.00617.04
8.0.00.0080.00716.80
7.4.330.0060.00015.55
7.4.320.0000.00616.45
7.4.300.0050.00216.52
7.4.290.0000.00716.53
7.4.280.0000.00716.55
7.4.270.0000.00716.57
7.4.260.0000.00716.46
7.4.250.0040.00416.51
7.4.240.0070.00016.66
7.4.230.0040.00416.48
7.4.220.0050.00216.37
7.4.210.0050.00516.62
7.4.200.0050.00216.65
7.4.190.0030.00316.51
7.4.180.0000.00716.76
7.4.160.0070.00716.55
7.4.150.0020.00916.54
7.4.140.0080.00917.46
7.4.130.0040.00916.36
7.4.120.0070.00616.56
7.4.110.0100.00416.57
7.4.100.0070.00816.53
7.4.90.0050.00816.51
7.4.80.0080.00717.25
7.4.70.0070.00716.47
7.4.60.0060.00816.51
7.4.50.0060.00716.36
7.4.40.0070.00716.48
7.4.30.0070.00716.59
7.4.20.0070.00616.49
7.4.10.0090.00516.06
7.4.00.0050.01015.71
7.3.330.0020.00213.16
7.3.320.0000.00613.32
7.3.310.0030.00316.26
7.3.300.0060.00016.19
7.3.290.0080.00816.31
7.3.280.0060.00716.31
7.3.270.0020.00816.22
7.3.260.0070.00916.43
7.3.250.0070.00316.23
7.3.240.0090.00916.41
7.3.230.0080.00916.40
7.3.220.0060.00616.42
7.3.210.0020.01116.41
7.3.200.0080.00716.42
7.3.190.0080.00616.33
7.3.180.0090.00416.42
7.3.170.0080.00616.28
7.3.160.0110.00416.32
7.3.150.0080.00516.27
7.3.140.0050.00816.37
7.3.130.0060.00815.92
7.3.120.0090.00715.54
7.3.110.0100.00615.62
7.3.100.0060.00715.48
7.3.90.0050.00815.64
7.3.80.0080.00615.38
7.3.70.0070.00615.36
7.3.60.0050.00815.33
7.3.50.0080.00615.41
7.3.40.0080.00615.43
7.3.30.0050.00815.36
7.3.20.0080.00816.08
7.3.10.0060.00916.11
7.3.00.0090.00516.16
7.2.340.0120.00516.45
7.2.330.0090.00716.46
7.2.320.0100.00716.46
7.2.310.0090.00816.50
7.2.300.0120.00816.58
7.2.290.0090.00916.58
7.2.280.0090.00816.50
7.2.270.0110.00616.50
7.2.260.0080.00916.19
7.2.250.0100.00815.78
7.2.240.0110.00815.75
7.2.230.0070.00915.77
7.2.220.0070.00815.84
7.2.210.0100.00615.70
7.2.200.0080.00715.62
7.2.190.0090.00615.63
7.2.180.0090.00715.67
7.2.170.0110.00415.60
7.2.160.0080.00715.78
7.2.150.0110.00616.13
7.2.140.0150.00816.13
7.2.130.0100.00816.29
7.2.120.0100.00716.17
7.2.110.0110.00616.18
7.2.100.0080.00916.21
7.2.90.0110.00716.14
7.2.80.0160.00815.87
7.2.70.0170.00616.00
7.2.60.0190.00716.14
7.2.50.0170.00815.98
7.2.40.0170.00716.27
7.2.30.0350.00816.41
7.2.20.0590.00816.43
7.2.10.0240.01016.43
7.2.00.0330.00916.44
7.1.330.0120.00415.65
7.1.320.0110.00415.64
7.1.310.0100.00715.44
7.1.300.0100.00915.26
7.1.290.0110.00615.19
7.1.280.0110.00815.27
7.1.270.0090.00815.27
7.1.260.0130.00515.19
7.1.250.0090.00915.06
7.1.240.0120.00715.07
7.1.230.0140.00615.12
7.1.220.0250.00515.06
7.1.210.0150.00715.09
7.1.200.0170.00514.95
7.1.190.0210.00714.91
7.1.180.0230.00614.88
7.1.170.0200.00714.79
7.1.160.0240.00815.15
7.1.150.0270.00715.33
7.1.140.0340.00615.36
7.1.130.0290.00615.27
7.1.120.0270.01015.29
7.1.110.0170.00815.15
7.1.100.0320.00915.18
7.1.90.0310.00915.17
7.1.80.0310.00615.21
7.1.70.0190.00615.00
7.1.60.0390.01120.96
7.1.50.0320.00920.88
7.1.40.0350.01020.84
7.1.30.0350.00920.85
7.1.20.0350.00820.79
7.1.10.0270.00614.79
7.1.00.0310.00714.84
7.0.330.0110.00714.58
7.0.320.0150.00414.51
7.0.310.0360.00714.37
7.0.300.0230.00814.34
7.0.290.0240.00914.42
7.0.280.0190.00614.31
7.0.270.0200.01014.63
7.0.260.0200.00814.70
7.0.250.0230.00814.63
7.0.240.0310.00614.67
7.0.230.0300.00714.64
7.0.220.0250.00714.59
7.0.210.0200.01014.51
7.0.200.0230.00714.50
7.0.190.0180.00914.52
7.0.180.0180.00814.44
7.0.170.0210.00714.50
7.0.160.0150.00914.42
7.0.150.0210.00914.40
7.0.140.0290.01114.38
7.0.130.0170.00814.45
7.0.120.0160.01014.47
7.0.110.0220.00914.38
7.0.100.0170.00914.41
7.0.90.0200.00614.35
7.0.80.0180.00814.44
7.0.70.0160.00814.41
7.0.60.0160.00714.38
7.0.50.0190.00714.41
7.0.40.0140.01014.50
7.0.30.0170.00614.45
7.0.20.0140.00914.45
7.0.10.0190.00714.41
7.0.00.0150.00814.31
5.6.400.0110.00515.15
5.6.390.0120.00515.26
5.6.380.0090.00715.22
5.6.370.0150.00615.21
5.6.360.0140.00615.29
5.6.350.0140.00715.21
5.6.340.0100.01015.09
5.6.330.0100.01015.34
5.6.320.0100.01115.21
5.6.310.0130.01015.35
5.6.300.0150.02116.29
5.6.290.0160.02016.50
5.6.280.0150.01916.49
5.6.270.0140.02316.50
5.6.260.0150.01916.48
5.6.250.0140.01916.51
5.6.240.0130.02316.52
5.6.230.0140.02016.52
5.6.220.0120.02316.56
5.6.210.0150.01916.51
5.6.200.0140.02116.43
5.6.190.0140.02016.53
5.6.180.0140.02616.54
5.6.170.0130.02116.58
5.6.160.0110.02216.50
5.6.150.0130.02216.55
5.6.140.0150.02216.47
5.6.130.0160.02016.50
5.6.120.0140.02316.51
5.6.110.0150.02416.50
5.6.100.0150.02116.38
5.6.90.0120.02316.51
5.6.80.0140.01816.30
5.6.70.0160.01816.31
5.6.60.0150.01916.37
5.6.50.0120.02016.38
5.6.40.0140.02216.27
5.6.30.0130.02416.27
5.6.20.0110.02616.28
5.6.10.0110.02316.37
5.6.00.0110.02216.32

preferences:
136.4 ms | 403 KiB | 5 Q