From 4c1504e24b094e160e5e54db1167d3ca365fdb83 Mon Sep 17 00:00:00 2001 From: Paul Dragoonis Date: Mon, 25 Oct 2010 13:52:04 +0000 Subject: [PATCH] Changes to remove the mention of using (null) as a cast, which is not implemented in the language at all. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304852 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types/null.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/language/types/null.xml b/language/types/null.xml index 73db3386af..8c1d290392 100644 --- a/language/types/null.xml +++ b/language/types/null.xml @@ -61,16 +61,6 @@ $var = NULL; - - Casting to <literal>NULL</literal> - - - Casting a variable to null will remove the variable - and unset its value. - - - -