From e99cfa6a1ae47dec5657002ec3e75538e6ae8985 Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Thu, 27 Aug 2009 04:22:21 +0000 Subject: [PATCH] Used the entity for &null;. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287788 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types/array.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/types/array.xml b/language/types/array.xml index 894986018e..f4dda0b2f7 100644 --- a/language/types/array.xml +++ b/language/types/array.xml @@ -74,7 +74,7 @@ echo $arr[12]; // 1 Attempting to access an array key which has not been defined is the same as accessing any other undefined variable: an E_NOTICE-level error message will be - issued, and the result will be NULL. + issued, and the result will be &null;.