From ee7bb2a07bb5ba45a82e7b3dc3323200e9278786 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 27 Jan 2012 15:46:29 +0000 Subject: [PATCH] Remove misleading/wrong "Casting to NULL" section from NULL docs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322849 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types/null.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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. - - - -