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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
undefinedVariable
function f() { if (1) { $info = []; } if (!isset($info)) { return null; } return $info; }
<critical> ERROR undefinedVariable: Undefined variable $info at /Users/petrmakhnev/noverify/example/error.php:12 return $info; ^^^^^
No error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Code Example
Actual Behavior
Expected Behavior
No error.
The text was updated successfully, but these errors were encountered: