Hi,
I wondered about PHP 8 detecting recursion earlier than used to and what
caused that, respectively why it's caused. Compare the following output:
Thanks in advance for any hints!
--
Regards,
Mike
Hi,
I wondered about PHP 8 detecting recursion earlier than used to and what
caused that, respectively why it's caused. Compare the following output:
Could it be that var_dump()
was just adjusted to the output of print_r?
Then, sorry for the noise... ;)
--
Regards,
Mike
Hi,
I wondered about PHP 8 detecting recursion earlier than used to and what
caused that, respectively why it's caused. Compare the following output:Could it be that
var_dump()
was just adjusted to the output of print_r?Then, sorry for the noise... ;)
--
Regards,
Mike
It was changed via https://github.com/php/php-src/pull/5171.