Closed
Description
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:
var_dump(ReflectionProperty::IS_VIRTUAL);
Resulted in this output:
Uncaught Error: Undefined constant ReflectionProperty::IS_VIRTUAL
But I expected this output instead:
int(XXX)
PHP Version
PHP 8.4.0-dev (cli) (built: Sep 24 2024 14:38:59)
Operating System
MacOS