diff --git a/language/types/null.xml b/language/types/null.xml index 5b7b91cb8d..1083a08eff 100644 --- a/language/types/null.xml +++ b/language/types/null.xml @@ -59,7 +59,7 @@ $var = NULL; Casting to <literal>NULL</literal> - Casting a variable to null using unset($var) + Casting a variable to null using (unset) $var will not remove the variable or unset its value. It will only return a &null; value.