We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This code runs OK under 5.2, I believe. But it's reported as "5.5.0"
<?php class aa { public static $x = "a"; public static function check(){ if( !empty(self::$x)) echo "ok"; } } aa::check();
The text was updated successfully, but these errors were encountered:
Example check: https://3v4l.org/V02RW
Output for 5.0.0 - 5.6.30, 7.0.0 - 7.2.0: ok
Sorry, something went wrong.
FIX issue gh-238
c3b288b
Fixed in repo, bugfixe release 5.0.9 is on way ! Thanks for reporting.
@llaville Works OK now, thank you!
reorganize unit test case gh-238
d0d9ab6
llaville
No branches or pull requests
This code runs OK under 5.2, I believe. But it's reported as "5.5.0"
The text was updated successfully, but these errors were encountered: