Skip to content

No ReflectionProperty::IS_VIRTUAL in 8.4 #16162

Closed
@vudaltsov

Description

@vudaltsov

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions