tryphp_func_var_isset.php:
"; } $b = null; // False because $b is NULL if (isset($b)) { echo "Variable 'b' is set."; } ?>
Variable 'a' is set.