This repository has been archived by the owner on Sep 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
[Bug] [Language-error] Function does not exist #323
Labels
Comments
kilgaloon
changed the title
[Bug] [Language-error] Methods missing
[Bug] [Language-error] Function does not exist
Jan 31, 2017
Hey! Can you submit related code for tests? |
@kilgaloon
|
Yes, those helpers aren't registered by phpsa and they are reported as function does not exists. |
@kilgaloon There is a precompile step inside PHPSA, all functions inside director are visible to any scope, I think it's an NS issue related latest changes like 63d2b1f Or it's a problem related that, function is inside if expression |
Same problem for Thinkphp applications; |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I noticed that analyzer reports [language-error] when objects are invoked with error that function does not exists. This errors can be noticed at large numbers in Laravel/Lumen.
Sorry for edits, i pressed enter mid typing
The text was updated successfully, but these errors were encountered: