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
This commit is contained in:
Paul Dragoonis 2010-10-25 13:52:04 +00:00
parent 41958ca8f7
commit 4c1504e24b

View file

@ -61,16 +61,6 @@ $var = NULL;
</sect2>
<sect2 xml:id="language.types.null.casting">
<title>Casting to <literal>NULL</literal></title>
<para>
Casting a variable to <type>null</type> will remove the variable
and unset its value.
</para>
</sect2>
</sect1>
<!-- Keep this comment at the end of the file