mirror of
https://github.com/php/php-src.git
synced 2026-04-07 16:13:32 +02:00
The address of $this passed to drectly called internal constructor in execute_data->return_value. Internal constructors should use ZEND_CTOR_MAKE_NULL() macro (insted of previous ZEND_NULL(EG(This))) to do the work. This patch doesn't fix the problem for indirectly called constructors. e.g. parant::__construct().
6.7 KiB
6.7 KiB