Logic Typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133551 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2003-06-29 00:17:25 +00:00
parent 5434e2e2f0
commit 2da9f129ef

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
<refentry id="function.empty">
<refnamediv>
@ -19,7 +19,7 @@
<literal>"0"</literal>, &null;, &false;, <literal>array()</literal>,
<literal>var $var;</literal>, and objects with empty properties, are
all considered empty. &true; is returned if <parameter>var</parameter>
is not empty.
is empty.
</para>
<para>
<function>empty</function> is the opposite of