3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '[ {"title":"The Call of the Wild","author":"Jack London"}, {"title":"Great Expectations","author":"Charles Dickens"}, {"title":"The Voyage of the Beatle","author":"Charles Darwin"} ]'; $array = json_decode($json, true); function searchArrayKeyVal($search, $array) { $results = array(); // search for string in each column foreach ($array as $idx => $obj) { foreach ($obj as $key => $value) { if (stripos($value, $search) !== false) { array_push($results, $obj); break; } } } return $results; } print_r(searchArrayKeyVal('charles', $array)); print_r(searchArrayKeyVal('wild', $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.130.0110.00720.51
8.4.120.0110.00820.67
8.4.110.0120.00922.44
8.4.100.0140.00817.73
8.4.90.0130.00818.65
8.4.80.0110.00918.63
8.4.70.0120.00817.68
8.4.60.0150.00518.54
8.4.50.0130.00817.50
8.4.40.0090.00917.24
8.4.30.0130.00718.50
8.4.20.0100.01019.71
8.4.10.0090.00019.57
8.3.260.0100.00916.54
8.3.250.0060.00318.99
8.3.240.0130.00616.46
8.3.230.0110.00816.73
8.3.220.0030.00418.81
8.3.210.0110.00616.71
8.3.200.0040.00516.73
8.3.190.0080.00818.30
8.3.180.0100.00516.88
8.3.170.0050.00316.74
8.3.160.0070.01416.55
8.3.150.0110.00716.63
8.3.140.0140.00416.66
8.3.130.0090.00316.61
8.3.120.0090.00020.83
8.3.110.0060.00620.94
8.3.100.0150.00618.33
8.3.90.0040.00426.77
8.3.80.0030.00616.50
8.3.70.0170.00016.58
8.3.60.0100.01016.38
8.3.50.0130.00623.58
8.3.40.0040.01120.23
8.3.30.0070.01118.46
8.3.20.0050.00324.18
8.3.10.0060.00324.66
8.3.00.0050.00326.16
8.2.290.0130.00620.44
8.2.280.0140.00520.08
8.2.270.0000.00818.36
8.2.260.0110.00717.28
8.2.250.0050.00518.34
8.2.240.0070.01116.88
8.2.230.0030.00522.58
8.2.220.0140.00324.06
8.2.210.0000.00926.77
8.2.200.0070.00318.54
8.2.190.0090.00616.88
8.2.180.0160.00325.92
8.2.170.0080.00818.79
8.2.160.0070.00722.96
8.2.150.0040.00425.66
8.2.140.0040.00424.66
8.2.130.0000.00726.16
8.2.120.0080.00026.35
8.2.110.0100.00021.11
8.2.100.0080.00417.72
8.2.90.0030.00517.72
8.2.80.0000.00819.23
8.2.70.0000.00817.80
8.2.60.0040.00417.91
8.2.50.0060.00318.07
8.2.40.0000.00818.16
8.2.30.0040.00718.09
8.2.20.0040.00418.08
8.2.10.0070.00019.32
8.2.00.0040.00419.32
8.1.330.0100.00921.92
8.1.320.0120.00816.28
8.1.310.0120.00618.42
8.1.300.0060.00317.77
8.1.290.0030.00630.84
8.1.280.0110.00425.92
8.1.270.0030.00623.99
8.1.260.0040.00428.09
8.1.250.0000.00828.09
8.1.240.0000.00823.92
8.1.230.0070.00422.68
8.1.220.0080.00017.77
8.1.210.0000.00818.77
8.1.200.0060.00317.23
8.1.190.0040.00417.23
8.1.180.0000.00818.10
8.1.170.0030.00618.45
8.1.160.0040.00418.96
8.1.150.0040.00418.81
8.1.140.0040.00418.88
8.1.130.0030.00320.13
8.1.120.0030.00517.36
8.1.110.0080.00017.48
8.1.100.0070.00017.53
8.1.90.0080.00017.42
8.1.80.0000.00917.39
8.1.70.0000.00717.45
8.1.60.0050.00317.49
8.1.50.0040.00417.55
8.1.40.0000.00817.51
8.1.30.0000.00817.59
8.1.20.0050.00317.63
8.1.10.0000.00817.36
8.1.00.0000.00717.36
8.0.300.0000.00719.64
8.0.290.0030.00616.63
8.0.280.0070.00018.46
8.0.270.0030.00317.95
8.0.260.0040.00420.16
8.0.250.0040.00416.82
8.0.240.0060.00016.92
8.0.230.0070.00017.00
8.0.220.0030.00316.91
8.0.210.0030.00316.89
8.0.200.0000.00816.97
8.0.190.0060.00316.84
8.0.180.0060.00316.93
8.0.170.0090.00016.98
8.0.160.0070.00016.98
8.0.150.0000.00816.79
8.0.140.0000.00716.87
8.0.130.0030.00313.38
8.0.120.0040.00416.91
8.0.110.0060.00216.82
8.0.100.0080.00016.80
8.0.90.0020.00616.85
8.0.80.0050.00716.86
8.0.70.0020.00616.90
8.0.60.0030.00516.81
8.0.50.0050.00316.87
8.0.30.0060.00617.04
8.0.20.0020.01116.89
8.0.10.0060.00216.92
8.0.00.0020.01216.89
7.4.330.0000.00515.55
7.4.320.0030.00316.66
7.4.300.0060.00016.65
7.4.290.0000.00716.56
7.4.280.0040.00416.52
7.4.270.0030.00716.43
7.4.260.0050.00216.60
7.4.250.0070.00016.40
7.4.240.0070.00016.52
7.4.230.0030.00616.52
7.4.220.0020.00516.58
7.4.210.0050.00916.62
7.4.200.0040.00416.61
7.4.190.0030.00316.58
7.4.180.0000.00716.47
7.4.160.0000.00716.68
7.4.150.0000.00716.59
7.4.140.0040.00416.48
7.4.130.0080.00816.53
7.4.120.0090.00616.46
7.4.110.0100.00316.37
7.4.100.0050.00816.59
7.4.90.0070.00516.54
7.4.80.0080.00617.87
7.4.70.0040.01116.56
7.4.60.0030.00816.40
7.4.50.0060.00616.48
7.4.40.0050.00716.21
7.4.30.0030.00916.32
7.4.20.0080.00616.25
7.4.10.0080.00616.48
7.4.00.0130.00016.46
7.3.330.0030.00316.28
7.3.320.0000.00513.18
7.3.310.0040.00416.15
7.3.300.0060.00116.22
7.3.290.0050.00816.26
7.3.280.0040.00716.25
7.3.270.0050.00316.16
7.3.260.0080.00716.44
7.3.250.0030.00316.20
7.3.240.0070.00916.40
7.3.230.0050.00616.33
7.3.220.0070.00016.24
7.3.210.0040.00816.33
7.3.200.0030.00816.44
7.3.190.0090.00316.30
7.3.180.0070.00416.27
7.3.170.0070.00516.45
7.3.160.0060.00616.26
7.3.150.0100.00216.24
7.3.140.0000.01316.35
7.3.130.0050.00716.43
7.3.120.0080.00716.31
7.3.110.0090.00316.23
7.3.100.0090.00516.20
7.3.90.0050.00716.45
7.3.80.0050.00616.35
7.3.70.0080.00416.40
7.3.60.0030.00916.32
7.3.50.0040.00816.37
7.3.40.0090.00316.53
7.3.30.0080.00316.53
7.3.20.0090.00417.38
7.3.10.0080.00517.31
7.3.00.0050.01017.34
7.2.340.0070.00016.43
7.2.330.0030.00916.59
7.2.320.0090.00316.66
7.2.310.0070.00716.58
7.2.300.0080.00616.48
7.2.290.0100.00216.56
7.2.280.0030.00816.46
7.2.270.0100.00516.37
7.2.260.0070.00516.50
7.2.250.0070.00516.58
7.2.240.0030.01016.51
7.2.230.0030.00916.45
7.2.220.0060.00616.54
7.2.210.0040.00816.35
7.2.200.0060.00816.63
7.2.190.0020.01016.60
7.2.180.0070.00516.64
7.2.170.0020.01116.61
7.2.160.0050.00716.62
7.2.150.0060.00717.54
7.2.140.0080.00817.50
7.2.130.0250.01217.69
7.2.120.0020.01017.55
7.2.110.0040.00817.58
7.2.100.0070.00717.60
7.2.90.0060.00817.61
7.2.80.0050.00817.53
7.2.70.0030.01017.52
7.2.60.0080.00517.63
7.2.50.0060.00717.44
7.2.40.0030.00917.60
7.2.30.0060.00617.55
7.2.20.0060.00717.64
7.2.10.0090.00517.57
7.2.00.0040.00817.51

preferences:
27.34 ms | 403 KiB | 5 Q