mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +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(). |
||
---|---|---|
.. | ||
breakiterator_class.cpp | ||
breakiterator_class.h | ||
breakiterator_iterators.cpp | ||
breakiterator_iterators.h | ||
breakiterator_methods.cpp | ||
breakiterator_methods.h | ||
codepointiterator_internal.cpp | ||
codepointiterator_internal.h | ||
codepointiterator_methods.cpp | ||
codepointiterator_methods.h | ||
rulebasedbreakiterator_methods.cpp | ||
rulebasedbreakiterator_methods.h |