mirror of
https://github.com/php/php-src.git
synced 2026-03-29 19:52:20 +02:00
This regressed in GH-17592. The function is with its attributes HashTable* is copied in zend_get_closure_invoke_method() but its refcount is not increased. This caused a crash in the Symfony demo page. Closes GH-17880.