Skip to content

BetterReflection improvements #177

@theofidry

Description

@theofidry

To know if a function or constant is internal we are falling back on the regular reflection for now. This is not ideal for two reasons:

  • It loads the code but PHP-Scoper should not load any code at all
  • If the function/constant belongs to a non-loaded extension, then it won't be interpreted as internal as it should

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions