[PHP-DOC] cvs: phpdoc /en/appendices comparisons.xml
by Etienne Kneuss other posts by this author
Dec 14 2006 8:45AM messages near this date
|
[PHP-DOC] #39831 [NEW]: Error in loose comparison table (EMPTY STRING and NULL)
colder Thu Dec 14 16:45:14 2006 UTC
Modified files:
/phpdoc/en/appendices comparisons.xml
Log:
null == "" // true
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/comparisons.xml?r1=1.10&r2=1.11&diff_form
at=u
Index: phpdoc/en/appendices/comparisons.xml
diff -u phpdoc/en/appendices/comparisons.xml:1.10 phpdoc/en/appendices/comparisons.xml:1.11
--- phpdoc/en/appendices/comparisons.xml:1.10 Fri Oct 6 14:58:38 2006
+++ phpdoc/en/appendices/comparisons.xml Thu Dec 14 16:45:13 2006
@@ -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>
|