ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> phpdoc
phpdoc
[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>

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved