- Output for 8.1.30 - 8.1.33, 8.2.22 - 8.2.29, 8.3.5 - 8.3.26, 8.4.1 - 8.4.14
- Method: built-in
Array
(
[John] => User Object
(
[transactions:User:private] => Array
(
[0] => Transaction Object
(
[amount] => 100
[type] => credit
)
[1] => Transaction Object
(
[amount] => 500
[type] => credit
)
[2] => Transaction Object
(
[amount] => 250
[type] => credit
)
)
[name] => John
)
)
Method: op-overload
Array
(
[John] => User Object
(
[transactions:User:private] => Array
(
)
[name] => John
)
)