-
-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Description
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
Labels
No labels