Snippets tagged “undefined-variable”
1 snippet uses this tag.
- Best way to test for a variable's existence in PHP; isset() is clearly brokenPHP
In PHP, the isset() function is used to check if a variable has been set, meaning that it has been declared and is not equal to NULL.