array(1) {
["title"]=>
string(13) "Code Complete"
}
Fatal error: Uncaught Exception: No such property: title in /in/k7Z9r:19
Stack trace:
#0 /in/k7Z9r(52): Book->__get('title')
#1 {main}
thrown in /in/k7Z9r on line 19
Process exited with code 255.
Output for 5.4.11 - 5.6.28
array(1) {
["title"]=>
string(13) "Code Complete"
}
Fatal error: Uncaught exception 'Exception' with message 'No such property: title' in /in/k7Z9r:19
Stack trace:
#0 /in/k7Z9r(52): Book->__get('title')
#1 {main}
thrown in /in/k7Z9r on line 19
Process exited with code 255.
Output for 5.3.21 - 5.3.29
Parse error: syntax error, unexpected '[' in /in/k7Z9r on line 6
Process exited with code 255.