3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = <<<JSON { "data": [ { "id": "40", "memo_kondisi": "OKe lah", "id_kondisi": "010118", "total_row": "2", "nilai_temuan": "10.000.000", "nilai_potensi_kerugian": "9.000.000", "data_sebab": [ { "id": "12", "id_sebab": "0202", "total_row_b": "2", "memo_sebab": "sebab 1", "data_rekomendasi": [ { "id": "14", "id_rekomendasi": "", "nilai_rekomendasi": "0", "memo_rekomendasi": "", "data_tindak_lanjut": [ { "id": "20", "id_tindak_lanjut": "", "nilai_tindak_lanjut": "0", "memo_tindak_lanjut": "", "tindak_lanjut_no": "1", "tgl_tindak_lanjut": "0000-00-00" }, { "id": "21", "id_tindak_lanjut": "", "nilai_tindak_lanjut": "0", "memo_tindak_lanjut": "", "tindak_lanjut_no": "1", "tgl_tindak_lanjut": "0000-00-00" } ] }, { "id": "14", "id_rekomendasi": "", "nilai_rekomendasi": "0", "memo_rekomendasi": "", "data_tindak_lanjut": [ { "id": "20", "id_tindak_lanjut": "", "nilai_tindak_lanjut": "0", "memo_tindak_lanjut": "", "tindak_lanjut_no": "1", "tgl_tindak_lanjut": "0000-00-00" }, { "id": "21", "id_tindak_lanjut": "", "nilai_tindak_lanjut": "0", "memo_tindak_lanjut": "", "tindak_lanjut_no": "1", "tgl_tindak_lanjut": "0000-00-00" } ] } ] } ] } ] } JSON; $data = json_decode($json, true)['data']; $result = []; foreach ($data as $datum) { $copy = $datum; // clear children $copy['data_sebab'] = null; foreach ($datum['data_sebab'] as $sebab) { foreach ($sebab['data_rekomendasi'] as $rekomendasi) { foreach ($rekomendasi['data_tindak_lanjut'] as $tindak_lanjut) { $copy['data_sebab'] []= $tindak_lanjut; } } } $result['data'] []= $copy; } echo json_encode($result, JSON_PRETTY_PRINT);

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.0180.00316.63
8.3.50.0090.00617.98
8.3.40.0120.00318.75
8.3.30.0070.00718.98
8.3.20.0040.00421.95
8.3.10.0080.00021.92
8.3.00.0040.00423.70
8.2.180.0170.00325.92
8.2.170.0120.00418.96
8.2.160.0110.00722.96
8.2.150.0040.00425.66
8.2.140.0000.00724.66
8.2.130.0060.01326.16
8.2.120.0080.00020.75
8.2.110.0100.00019.27
8.2.100.0070.00417.91
8.2.90.0000.00818.22
8.2.80.0040.00417.97
8.2.70.0030.00517.93
8.2.60.0080.00018.28
8.2.50.0040.00418.10
8.2.40.0050.00320.38
8.2.30.0000.00919.34
8.2.20.0070.00018.09
8.2.10.0040.00418.16
8.2.00.0040.00418.15
8.1.280.0150.00625.92
8.1.270.0050.00320.77
8.1.260.0080.00026.35
8.1.250.0080.00028.09
8.1.240.0060.00319.26
8.1.230.0080.00421.04
8.1.220.0000.00917.74
8.1.210.0000.00820.75
8.1.200.0080.00417.25
8.1.190.0040.00417.35
8.1.180.0050.00518.10
8.1.170.0050.00318.64
8.1.160.0040.00418.94
8.1.150.0040.00420.18
8.1.140.0030.00519.62
8.1.130.0000.00818.87
8.1.120.0030.00517.40
8.1.110.0000.00917.42
8.1.100.0000.00817.40
8.1.90.0040.00417.48
8.1.80.0070.00017.50
8.1.70.0000.00717.48
8.1.60.0040.00417.50
8.1.50.0030.00517.61
8.1.40.0000.00717.41
8.1.30.0030.00517.70
8.1.20.0040.00417.55
8.1.10.0040.00417.60
8.1.00.0050.00517.41
8.0.300.0000.00719.77
8.0.290.0040.00416.75
8.0.280.0030.00318.45
8.0.270.0070.00017.23
8.0.260.0040.00718.54
8.0.250.0000.00716.95
8.0.240.0000.00717.10
8.0.230.0040.00416.98
8.0.220.0070.00017.01
8.0.210.0030.00317.08
8.0.200.0000.00617.04
8.0.190.0080.00016.93
8.0.180.0000.00717.04
8.0.170.0040.00416.92
8.0.160.0020.00516.87
8.0.150.0030.00616.97
8.0.140.0040.00416.89
8.0.130.0000.00613.37
8.0.120.0000.00816.91
8.0.110.0050.00216.90
8.0.100.0040.00416.86
8.0.90.0000.00716.87
8.0.80.0090.00717.04
8.0.70.0050.00316.96
8.0.60.0040.00416.86
8.0.50.0040.00416.81
8.0.30.0070.01017.23
8.0.20.0120.00717.40
8.0.10.0040.00416.98
8.0.00.0140.00316.96
7.4.330.0050.00015.55
7.4.320.0040.00416.56
7.4.300.0030.00316.45
7.4.290.0070.00016.64
7.4.280.0030.00516.46
7.4.270.0070.00016.55
7.4.260.0030.00516.63
7.4.250.0020.00516.61
7.4.240.0030.00316.63
7.4.230.0030.00516.66
7.4.220.0110.00716.49
7.4.210.0100.00516.66
7.4.200.0070.00016.57
7.4.160.0090.00616.58
7.4.150.0070.01017.40
7.4.140.0100.00817.86
7.4.130.0070.01016.62
7.4.120.0100.00716.69
7.4.110.0070.01116.50
7.4.100.0100.00716.65
7.4.90.0070.01116.46
7.4.80.0040.01719.39
7.4.70.0060.01016.41
7.4.60.0030.01716.53
7.4.50.0060.00916.31
7.4.40.0080.00716.54
7.4.30.0090.00916.61
7.4.00.0070.01115.19
7.3.330.0030.00513.26
7.3.320.0030.00313.34
7.3.310.0000.00716.56
7.3.300.0070.00016.46
7.3.290.0000.00716.42
7.3.280.0080.00816.44
7.3.270.0100.01017.40
7.3.260.0140.00816.46
7.3.250.0080.01316.45
7.3.240.0100.00816.54
7.3.230.0030.01216.46
7.3.210.0190.00616.42
7.3.200.0000.01716.48
7.3.190.0160.00016.48
7.3.180.0110.00916.48
7.3.170.0060.00916.69
7.3.160.0030.01616.46
7.3.120.0130.00314.68
7.3.110.0060.01214.95
7.3.100.0070.00715.20
7.3.90.0070.00715.21
7.3.80.0070.00714.99
7.3.70.0030.01114.82
7.3.60.0030.00914.86
7.3.50.0060.00314.82
7.3.40.0150.00014.71
7.3.30.0060.00614.72
7.3.20.0070.01116.71
7.3.10.0150.00316.85
7.3.00.0120.00616.71
7.2.330.0030.01316.85
7.2.320.0070.01116.88
7.2.310.0180.00416.88
7.2.300.0090.00916.41
7.2.290.0090.00916.82
7.2.250.0130.00615.04
7.2.240.0080.01215.03
7.2.230.0040.01114.95
7.2.220.0070.00714.69
7.2.210.0060.00915.38
7.2.200.0030.00715.23
7.2.190.0100.00715.12
7.2.180.0120.00315.24
7.2.170.0070.01014.94
7.2.60.0000.01416.90
7.1.330.0080.00615.92
7.1.320.0070.00715.81
7.1.310.0040.01115.79
7.1.300.0070.00715.88
7.1.290.0000.01115.80
7.1.280.0030.01315.62
7.1.270.0070.01015.53
7.1.260.0140.00315.90
7.1.200.0040.00815.79
7.1.90.0030.00918.00
7.1.80.0040.00818.25
7.1.70.0060.00617.38
7.1.60.0180.00735.10
7.1.50.0140.01134.65
7.1.40.0140.01134.34
7.1.30.0220.00434.46
7.1.20.0180.00734.69
7.1.10.0030.01016.65
7.1.00.0090.00316.64
7.0.230.0060.00717.86
7.0.220.0000.01217.79
7.0.210.0080.00316.41
7.0.200.0030.00816.69
7.0.190.0090.00316.84
7.0.180.0000.01116.43
7.0.170.0100.00316.37
7.0.160.0030.00916.06
7.0.150.0030.01016.32
7.0.140.0050.00816.32
7.0.130.0040.00816.41
7.0.120.0080.00316.62
7.0.110.0040.00816.22
7.0.100.0000.01316.33
7.0.90.0060.00616.54
7.0.80.0030.00916.14
7.0.70.0070.00716.26
7.0.60.0030.00916.25
7.0.50.0040.00816.30
7.0.40.0030.00916.42
7.0.30.0000.01216.46
7.0.20.0070.00416.36
7.0.10.0110.00616.41
7.0.00.0060.01216.35

preferences:
58.1 ms | 400 KiB | 5 Q