mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
b666dc9788
We're accessing the object properties table directly in spl, but we're not accounting for lazy objects. Upon accessing we should trigger the initialization as spl is doing direct manipulations on the object property table and expects a real object. Closes GH-17235.