[GIT-PULLS] [php-src] PR #22856: #22855 Fix JIT fast path for FETCH_OBJ_R/IS/W to route hooked properties
[email protected] (zhaohao19941221) Wed, 22 Jul 2026 04:37:28 +0000
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22856
Author: zhaohao19941221
…ooked
property offsets (including virtual property hooks alongside asymmetric
-visibility declared properties) through the slow path, instead of using
the small hooked-offset value as an in-object byte offset. (coderzhao)