[GIT-PULLS] [php-src] PR #22851: Fix GH-22849: error_include_args=1 mishandled for include()
[email protected] (NattyNarwhal) Tue, 21 Jul 2026 16:45:43 +0000
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22851 Author: NattyNarwhal include and friends aren't functions, but constructs of the engine. Special-case them and snarf their argument for display. Not sure if this is the best way to handle it (or if we'd also need to special-case other opcodes here too)