From 80bcb3791b313c719398183f133793b09dee18ca Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Tue, 18 Jan 2000 20:37:38 +0000 Subject: [PATCH] Brainfart. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@18735 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/var.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/var.xml b/functions/var.xml index ff9a755c52..d035cc3e14 100644 --- a/functions/var.xml +++ b/functions/var.xml @@ -51,7 +51,7 @@ Note that this is meaningless when used on anything which isn't a variable; i.e. empty( addslashes( $name ) ) has no meaning since it would be checking whether something which - isn't a variable. + isn't a variable is a variable with a false value.