stdClass Object
(
[name] => Fred
[job] => stdClass Object
(
[position] => Janitor
[years] => 4
)
)
Years in current job: 4
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.
Output for 5.0.0 - 5.0.5
stdClass Object
(
[name] => Fred
[job] => stdClass Object
(
[position] => Janitor
[years] => 4
)
)
Fatal error: Call to undefined function property_exists() in /in/9L4gc on line 19
Process exited with code 255.
Output for 4.4.5 - 4.4.9
stdClass Object
(
[name] => Fred
[job] => stdClass Object
(
[position] => Janitor
[years] => 4
)
)
Fatal error: Call to undefined function: property_exists() in /in/9L4gc on line 19
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
stdClass Object
(
[name] => Fred
[job] => stdClass Object
(
[position] => Janitor
[years] => 4
)
)
Fatal error: Call to undefined function: property_exists() in /in/9L4gc on line 19
Process exited with code 255.
Output for 4.3.0 - 4.3.1
stdClass Object
(
[name] => Fred
[job] => stdClass Object
(
[position] => Janitor
[years] => 4
)
)
Fatal error: Call to undefined function: property_exists() in /in/9L4gc on line 19