[GIT-PULLS] [php-src] PR #22955: Zend: refactor zend_is_callable_check_func()

[email protected] (Girgias) Thu, 30 Jul 2026 21:38:01 +0000
Newsgroups php.git-pulls
Message-ID <[email protected]>
Pull Request: https://github.com/php/php-src/pull/22955
Author: Girgias

The current logic of this function is *very* hard to follow (and is definitely not made easier by the partially supported callables which are now deprecated).

This is an attempt to try an untangle the code flow and logic of this function so it's easier to understand.