diff --git a/language/types.xml b/language/types.xml index 5753d64cb4..ee4baa22c6 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -72,7 +72,7 @@ - &null; + NULL @@ -219,7 +219,7 @@ if ($show_separators) { the special value &null; + >NULL @@ -1713,11 +1713,12 @@ $bar->do_foo(); - &null; + NULL The special &null; value represents - that a variable has no value. + that a variable has no value. &null; is the only possible value of type + NULL.