mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
4625fa181f
As of PHP 7.4.0, the `get_property_ptr_ptr` handler is mandatory; we implement it to always return `NULL`, which is equivalent to not setting the handler in former versions. We add a portable and faster test case than what has been presented in the bug ticket.