- Output for 8.2.27 - 8.2.29, 8.3.15 - 8.3.27, 8.4.1 - 8.4.14
- 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.2.0 - 8.2.26, 8.3.0 - 8.3.14
- 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"
}
}
Process exited with code 137. - Output for 7.4.33, 8.0.1 - 8.0.30, 8.1.0 - 8.1.33
- 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
(
)
object(stdClass)#3 (4) {
["name"]=>
string(5) "Vasya"
["surname"]=>
string(5) "Popov"
["age"]=>
string(2) "33"
["address"]=>
object(stdClass)#4 (2) {
["street"]=>
string(8) "Pushkina"
["house"]=>
string(12) "Kolotushkina"
}
}
Array
(
[age] => Array
(
[0] => Wrong json value type. Expected: "int" received: "string" value: "33"
)
)
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
(
[age] => Array
(
[0] => Undefined property: stdClass::$age
)
)
object(stdClass)#4 (2) {
["name"]=>
string(5) "Vasya"
["surname"]=>
string(5) "Popov"
}
Array
(
[age] => Array
(
[0] => Undefined property: stdClass::$age
)
[address] => Array
(
[0] => Undefined property: stdClass::$address
)
)