Used the entity for &null;.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287788 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Torben Wilson 2009-08-27 04:22:21 +00:00
parent 30a2882043
commit e99cfa6a1a

View file

@ -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 <constant>E_NOTICE</constant>-level error message will be
issued, and the result will be <literal>NULL</literal>.
issued, and the result will be &null;.
</para>
</note>