mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
zval_dtor() doesn't make a lot of sense in PHP-7.* and it's used incorrectly in some places. Its occurances should be replaced by zval_ptr_dtor() or zval_ptr_dtor_nogc(), or even more specialized destructors.
5.2 KiB
5.2 KiB