History log of /php-src/Zend/tests/property_hooks/foreach.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# d76ef137 03-Oct-2024 Ilija Tovilo

Fix various hooked object iterator issues

Fixes GH-16185
Closes GH-16281


# 4d7fcea5 03-Oct-2024 Arnaud Le Blanc

Fix handling of undef property during foreach by ref on hooked class


# 60f87f29 19-Aug-2024 Ilija Tovilo

Fix various hooked object iterator issues (GH-15394)

Fixes GH-15187


# 780a8280 14-Jul-2024 Ilija Tovilo

[RFC] Property hooks (#13455)

RFC: https://wiki.php.net/rfc/property-hooks

Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>