object(stdClass)#1 (4) {
["name"]=>
string(5) "Vasya"
["surname"]=>
string(5) "Popov"
["age"]=>
int(33)
["address"]=>
object(stdClass)#2 (2) {
["street"]=>
string(8) "Pushkina"
["house"]=>
string(12) "Kolotushkina"
}
}
Array
(
[name] => Array
(
[0] => Use of "static" in callables is deprecated
)
[surname] => Array
(
[0] => Use of "static" in callables is deprecated
)
[age] => Array
(
[0] => Use of "static" in callables is deprecated
)
[address] => Array
(
[street] => Array
(
[0] => Use of "static" in callables is deprecated
)
[house] => Array
(
[0] => Use of "static" in callables is deprecated
)
)
)
object(stdClass)#4 (4) {
["name"]=>
string(5) "Vasya"
["surname"]=>
string(5) "Popov"
["age"]=>
string(2) "33"
["address"]=>
object(stdClass)#3 (2) {
["street"]=>
string(8) "Pushkina"
["house"]=>
string(12) "Kolotushkina"
}
}
Array
(
[name] => Array
(
[0] => Use of "static" in callables is deprecated
)
[surname] => Array
(
[0] => Use of "static" in callables is deprecated
)
[age] => Array
(
[0] => Use of "static" in callables is deprecated
)
[address] => Array
(
[street] => Array
(
[0] => Use of "static" in callables is deprecated
)
[house] => Array
(
[0] => Use of "static" in callables is deprecated
)
)
)
object(stdClass)#2 (3) {
["name"]=>
string(5) "Vasya"
["surname"]=>
string(5) "Popov"
["address"]=>
object(stdClass)#1 (2) {
["street"]=>
string(8) "Pushkina"
["house"]=>
string(12) "Kolotushkina"
}
}
Array
(
[name] => Array
(
[0] => Use of "static" in callables is deprecated
)
[surname] => Array
(
[0] => Use of "static" in callables is deprecated
)
[age] => Array
(
[0] => Undefined property: stdClass::$age
)
[address] => Array
(
[street] => Array
(
[0] => Use of "static" in callables is deprecated
)
[house] => Array
(
[0] => Use of "static" in callables is deprecated
)
)
)
object(stdClass)#3 (2) {
["name"]=>
string(5) "Vasya"
["surname"]=>
string(5) "Popov"
}
Array
(
[name] => Array
(
[0] => Use of "static" in callables is deprecated
)
[surname] => Array
(
[0] => Use of "static" in callables is deprecated
)
[age] => Array
(
[0] => Undefined property: stdClass::$age
)
[address] => Array
(
[0] => Undefined property: stdClass::$address
)
)
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.