mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
41958ca8f7
commit
4c1504e24b
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue