3v4l.org

run code in 300+ PHP versions simultaneously
<?php $response2_decoded = json_decode($response2, true); echo "<pre>"; // drill your way down and see what keys are available var_export(array_keys($response2_decoded)); echo "<br>"; var_export(array_keys($response2_decoded['profileChanges'])); echo "<br>"; var_export(array_keys($response2_decoded['profileChanges'][0])); // <-- needed this one echo "<br>"; var_export(array_keys($response2_decoded['profileChanges'][0]['profile'])); // <-- needed this one echo "<br>"; var_export(array_keys($response2_decoded['profileChanges'][0]['profile']['stats'])); echo "<br>"; var_export(array_keys($response2_decoded['profileChanges'][0]['profile']['stats']['attributes'])); echo "<br>"; var_export(array_keys($response2_decoded['profileChanges'][0]['profile']['stats']['attributes']['past_seasons'])); // found it, use it! echo "<br>"; // vvvvvvvv-- be careful of typos here foreach ($response2_decoded['profileChanges'][0]['profile']['stats']['attributes']['past_seasons'] as $set) { $array_seasons[] = ["season" => $set['seasonNumber'], "battle_pass" => $set['purchasedVIP']]; } echo json_encode(["seasons" => $array_seasons]);
Output for 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
Warning: Undefined variable $response2 in /in/p4cMO on line 2 Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /in/p4cMO on line 2 <pre> Fatal error: Uncaught TypeError: array_keys(): Argument #1 ($array) must be of type array, null given in /in/p4cMO:4 Stack trace: #0 /in/p4cMO(4): array_keys(NULL) #1 {main} thrown in /in/p4cMO on line 4
Process exited with code 255.
Output for 8.0.0 - 8.0.30
Warning: Undefined variable $response2 in /in/p4cMO on line 2 <pre> Fatal error: Uncaught TypeError: array_keys(): Argument #1 ($array) must be of type array, null given in /in/p4cMO:4 Stack trace: #0 /in/p4cMO(4): array_keys(NULL) #1 {main} thrown in /in/p4cMO on line 4
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Notice: Undefined variable: response2 in /in/p4cMO on line 2 <pre> Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 4 NULL<br> Notice: Trying to access array offset on value of type null in /in/p4cMO on line 6 Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 6 NULL<br> Notice: Trying to access array offset on value of type null in /in/p4cMO on line 8 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 8 Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 8 NULL<br> Notice: Trying to access array offset on value of type null in /in/p4cMO on line 10 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 10 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 10 Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 10 NULL<br> Notice: Trying to access array offset on value of type null in /in/p4cMO on line 12 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 12 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 12 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 12 Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 12 NULL<br> Notice: Trying to access array offset on value of type null in /in/p4cMO on line 14 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 14 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 14 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 14 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 14 Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 14 NULL<br> Notice: Trying to access array offset on value of type null in /in/p4cMO on line 16 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 16 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 16 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 16 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 16 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 16 Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 16 NULL<br> Notice: Trying to access array offset on value of type null in /in/p4cMO on line 20 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 20 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 20 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 20 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 20 Notice: Trying to access array offset on value of type null in /in/p4cMO on line 20 Warning: Invalid argument supplied for foreach() in /in/p4cMO on line 20 Notice: Undefined variable: array_seasons in /in/p4cMO on line 23 {"seasons":null}
Output for 7.3.32 - 7.3.33
<pre> Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 4 NULL<br> Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 6 NULL<br> Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 8 NULL<br> Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 10 NULL<br> Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 12 NULL<br> Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 14 NULL<br> Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 16 NULL<br> Warning: Invalid argument supplied for foreach() in /in/p4cMO on line 20 {"seasons":null}
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31
Notice: Undefined variable: response2 in /in/p4cMO on line 2 <pre> Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 4 NULL<br> Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 6 NULL<br> Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 8 NULL<br> Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 10 NULL<br> Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 12 NULL<br> Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 14 NULL<br> Warning: array_keys() expects parameter 1 to be array, null given in /in/p4cMO on line 16 NULL<br> Warning: Invalid argument supplied for foreach() in /in/p4cMO on line 20 Notice: Undefined variable: array_seasons in /in/p4cMO on line 23 {"seasons":null}
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29
Parse error: syntax error, unexpected '[' in /in/p4cMO on line 21
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected '[' in /in/p4cMO on line 21
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/p4cMO on line 21
Process exited with code 255.

preferences:
128.89 ms | 3035 KiB | 4 Q