This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
uphp:functions:isset [2017/05/11 23:13] jeff |
uphp:functions:isset [2021/09/13 05:57] (current) |
||
---|---|---|---|
Line 50: | Line 50: | ||
====Notes==== | ====Notes==== | ||
- | There is no way to unset a variable once it has been set (except to exit the local scope or script where it was defined). Unlike mainline PHP, uPHP does not have a construct '' | + | There is no way to unset a variable once it has been set (except to exit the local scope or script where it was defined). Unlike mainline PHP, uPHP does not have a construct '' |
Also note that the uPHP [[isset()]] does not always generate a parsing error if the parameter is not a variable((See http:// | Also note that the uPHP [[isset()]] does not always generate a parsing error if the parameter is not a variable((See http:// |