diff --git a/language/types/null.xml b/language/types/null.xml index 1083a08eff..3e06a6ff23 100644 --- a/language/types/null.xml +++ b/language/types/null.xml @@ -5,7 +5,7 @@ The special &null; value represents a variable with no value. &null; is the - only possible value of type NULL. + only possible value of type null. @@ -56,7 +56,7 @@ $var = NULL; - Casting to <literal>NULL</literal> + Casting to &null; Casting a variable to null using (unset) $var