From 4f5cd562909b40a5a31655f8789bb351b3a215c4 Mon Sep 17 00:00:00 2001 From: Shein Alexey Date: Fri, 26 Aug 2011 09:37:09 +0000 Subject: [PATCH] Moved description of "empty" values beyond the literal tag to allow its translation. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315542 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/empty.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/var/functions/empty.xml b/reference/var/functions/empty.xml index c296f3c119..7646a72444 100644 --- a/reference/var/functions/empty.xml +++ b/reference/var/functions/empty.xml @@ -51,14 +51,14 @@ The following things are considered to be empty: - "" (an empty string) - 0 (0 as an integer) - 0.0 (0 as a float) - "0" (0 as a string) + "" (an empty string) + 0 (0 as an integer) + 0.0 (0 as a float) + "0" (0 as a string) &null; &false; - array() (an empty array) - var $var; (a variable declared, but without a value in a class) + array() (an empty array) + var $var; (a variable declared, but without a value in a class)