[GIT-PULLS] [php-src] PR #22966: Zend: move '\' and lowercase handling to zend_fetch_function()
[email protected] (Girgias) Fri, 31 Jul 2026 10:46:06 +0000
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22966 Author: Girgias Rather than having the logic be repeated over and over at the call sites. So turns out it makes more sense to just "fix" `zend_fetch_function()` rather than creating a new function as done in #22955