[GIT-PULLS] [php-src] PR #22816: poll: fetch method ptr directly
[email protected] (Girgias) Sun, 19 Jul 2026 22:31:33 +0000
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22816 Author: Girgias Rather than going through a whole callability check via call_user_function() we can grab the known method pointer and call it directly. This removes some allocations