mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
null == "" // true
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@225012 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3266776805
commit
19c19f2551
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<appendix id="types.comparisons">
|
||||
<title>PHP type comparison tables</title>
|
||||
<para>
|
||||
|
@ -333,7 +333,7 @@
|
|||
<entry>&false;</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>NULL</literal></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry>&false;</entry>
|
||||
<entry>&true;</entry>
|
||||
<entry>&false;</entry>
|
||||
|
@ -345,7 +345,7 @@
|
|||
<entry>&true;</entry>
|
||||
<entry>&true;</entry>
|
||||
<entry>&false;</entry>
|
||||
<entry>&false;</entry>
|
||||
<entry>&true;</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>array()</literal></entry>
|
||||
|
@ -387,7 +387,7 @@
|
|||
<entry>&false;</entry>
|
||||
<entry>&false;</entry>
|
||||
<entry>&false;</entry>
|
||||
<entry>&false;</entry>
|
||||
<entry>&true;</entry>
|
||||
<entry>&false;</entry>
|
||||
<entry>&false;</entry>
|
||||
<entry>&true;</entry>
|
||||
|
|
Loading…
Reference in a new issue