irchtml         Mon Mar 29 13:49:03 2004 EDT

  Modified files:              
    /phpdoc/en/reference/var/functions  empty.xml 
  Log:
  bug #27753: s/or/and/
  # ...
  
http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/empty.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/var/functions/empty.xml
diff -u phpdoc/en/reference/var/functions/empty.xml:1.7 
phpdoc/en/reference/var/functions/empty.xml:1.8
--- phpdoc/en/reference/var/functions/empty.xml:1.7     Sat Jun 28 20:17:25 2003
+++ phpdoc/en/reference/var/functions/empty.xml Mon Mar 29 13:49:02 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
   <refentry id="function.empty">
    <refnamediv>
@@ -14,7 +14,7 @@
      </methodsynopsis>
     <para>
      <function>empty</function> returns &false; if
-     <parameter>var</parameter> has a non-empty or non-zero value.  In
+     <parameter>var</parameter> has a non-empty and non-zero value.  In
      otherwords, <literal>""</literal>, <literal>0</literal>,
      <literal>"0"</literal>, &null;, &false;, <literal>array()</literal>,
      <literal>var $var;</literal>, and objects with empty properties, are

Reply via email to