diff --git a/reference/var/functions/empty.xml b/reference/var/functions/empty.xml index 04b459d85f..990594d058 100644 --- a/reference/var/functions/empty.xml +++ b/reference/var/functions/empty.xml @@ -1,5 +1,5 @@ - + @@ -16,10 +16,10 @@ empty returns &false; if var has a non-empty and non-zero value. In otherwords, "", 0, - "0", &null;, &false;, array(), - var $var;, and objects with empty properties, are - all considered empty. &true; is returned if var - is empty. + "0", &null;, &false;, array(), and + var $var; 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 var is empty. empty is the opposite of