- Output for 5.4.1 - 7.2.0
- object(stdClass)#5 (1) {
["person"]=>
object(stdClass)#4 (3) {
["name"]=>
string(10) "Jim DeLois"
["address"]=>
object(stdClass)#2 (4) {
["street"]=>
string(21) "400 Central Park West"
["citiy"]=>
string(8) "New York"
["state"]=>
string(2) "NY"
["zip"]=>
int(10025)
}
["pets"]=>
object(stdClass)#3 (0) {
}
}
}
- Output for 5.3.18 - 5.3.29
- Parse error: syntax error, unexpected '[' in /in/VdNGK on line 3
Process exited with code 255.