diff --git a/language/types/null.xml b/language/types/null.xml index 5be7e2a17b..3aff5cc9e1 100644 --- a/language/types/null.xml +++ b/language/types/null.xml @@ -35,7 +35,7 @@ There is only one value of type null, and that is the - case-insensitive keyword &null;. + case-insensitive constant &null;. @@ -55,16 +55,6 @@ $var = NULL; - - Casting to <literal>NULL</literal> - - - Casting a variable to null will remove the variable - and unset its value. - - - -