- Output for 5.5.0 - 5.5.33, 5.6.0 - 5.6.19, 7.0.0 - 7.0.4
- Parse error: syntax error, unexpected 'is' (T_STRING) in /in/hDhvI on line 8
Process exited with code 255.
<?php
foreach($data['numbers'] as $key => $val){
foreach($val AS $key2 => $value){
echo $key2." is ".$value;
}
}
$data is $jsonData*