History log of /php-src/ext/reflection/tests/property_hooks/gh15718.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 18df69ee 03-Sep-2024 Daniel Scherzer

ReflectionProperty::get{Hook,Hooks}(): handle dynamic properties

For dynamic properties, instead of crashing with a segmentation fault, just say
that there are no hooks. Also includes a

ReflectionProperty::get{Hook,Hooks}(): handle dynamic properties

For dynamic properties, instead of crashing with a segmentation fault, just say
that there are no hooks. Also includes a test to prevent regression.

Fixes GH-15718
Closes GH-15721

show more ...