From c5849e0c38a9bf7921d40f8ec946110ba8994d01 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Mon, 3 Sep 2012 10:36:09 +0000 Subject: [PATCH] Fix capitalisation for null type and use entity for null value. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327443 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types/null.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/types/null.xml b/language/types/null.xml index 1083a08eff..3e06a6ff23 100644 --- a/language/types/null.xml +++ b/language/types/null.xml @@ -5,7 +5,7 @@ The special &null; value represents a variable with no value. &null; is the - only possible value of type NULL. + only possible value of type null. @@ -56,7 +56,7 @@ $var = NULL; - Casting to <literal>NULL</literal> + Casting to &null; Casting a variable to null using (unset) $var