From 86d52e88519bca380b5da23a03d539208725210d Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Sun, 28 Oct 2001 17:40:02 +0000 Subject: [PATCH] We're talking about the type NULL here, not the value NULL. Added sentence to the still-very-empty section about NULL. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61018 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/language/types.xml b/language/types.xml index 5753d64cb4..ee4baa22c6 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -72,7 +72,7 @@ - &null; + NULL @@ -219,7 +219,7 @@ if ($show_separators) { the special value &null; + >NULL @@ -1713,11 +1713,12 @@ $bar->do_foo(); - &null; + NULL The special &null; value represents - that a variable has no value. + that a variable has no value. &null; is the only possible value of type + NULL.