diff --git a/language/basic-syntax.xml b/language/basic-syntax.xml index 9859a159d4..9cf48c0ea0 100644 --- a/language/basic-syntax.xml +++ b/language/basic-syntax.xml @@ -30,7 +30,7 @@ TODO: - why is $foo[bar] bad syntax? - what's the difference between unset($bla) and - $bla = &null; (it is different!) + $bla = NULL; (it is different!) - $obj->{expr} syntax - (unset) cast????? - $bla = unset <== should've been nuked, don't mention it