-
-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Variable named class #182
Comments
Even when that variable is defined in the line preceding line? I get the point. 😉 |
off: This is a new frontend debugger: |
Isn't it the second item here https://github.com/afragen/github-updater/blob/develop/CHANGES.md#430?
|
Yes, it is. eb2a887 |
Reverted here 04c5b01 |
Please consider developing Travis CI. Only basic unit testing, and maybe code styling checks (PHP_CodeSniffer). |
I just saw that. I've done some refactoring and will push a fix with that soon. I'm very open to unit testing. I just don't really know how to go about it. PRs welcome. |
Simply call your own functions and test the returned values. |
A variable named function/class looks like malware.
$a='ev'; $b='al'; $c=$a.$b; $c('php code');
The text was updated successfully, but these errors were encountered: