You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on PHP 8.4 support for Typhoon Reflection and I've noticed that ReflectionProperty::IS_VIRTUALfrom the RFC is currently missing. Is this behavior expected?
Description
I am working on PHP 8.4 support for Typhoon Reflection and I've noticed that
ReflectionProperty::IS_VIRTUAL
from the RFC is currently missing. Is this behavior expected?The following code:
Resulted in this output:
But I expected this output instead:
PHP Version
PHP 8.4.0-dev (cli) (built: Sep 24 2024 14:38:59)
Operating System
MacOS
The text was updated successfully, but these errors were encountered: