1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
Ilija Tovilo 7a2d5efa0f [JIT] Avoid generating fast property assign path for readonly properties (#15260)
readonly properties will usually be IS_UNDEF on assignment, dodging the fast
path anyway. The fast path does not handle the readonly scope check. The
alternative would be handling scope there, but since there are some many
variants that might be more trouble than it's worth.
2024-08-09 11:49:40 +02:00
..
2024-08-05 16:23:38 +02:00
2024-08-03 09:47:39 +02:00
2024-08-07 22:38:48 +01:00
2024-08-07 10:04:58 +02:00
2024-08-03 09:47:39 +02:00