sean Thu Oct 28 10:08:18 2004 EDT
Modified files:
/phpdoc/en/reference/var/functions empty.xml
Log:
grammar
http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/empty.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/var/functions/empty.xml
diff -u phpdoc/en/reference/var/functions/empty.xml:1.9
phpdoc/en/reference/var/functions/empty.xml:1.10
--- phpdoc/en/reference/var/functions/empty.xml:1.9 Thu Oct 28 05:20:59 2004
+++ phpdoc/en/reference/var/functions/empty.xml Thu Oct 28 10:08:18 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
<refentry id="function.empty">
<refnamediv>
@@ -18,8 +18,8 @@
otherwords, <literal>""</literal>, <literal>0</literal>,
<literal>"0"</literal>, &null;, &false;, <literal>array()</literal>, and
<literal>var $var;</literal> are all considered empty. In PHP 4 and
- earlier also objects with empty properties are considered empty while
- not in PHP 5. &true; is returned if <parameter>var</parameter> is empty.
+ earlier, objects with empty properties are considered empty. This is not
+ the case in PHP 5. &true; is returned if <parameter>var</parameter> is empty.
</para>
<para>
<function>empty</function> is the opposite of