From ba0aec2b0f40dc2f0243dcae877f993b2c2fcaf7 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Thu, 17 May 2001 08:03:33 +0000 Subject: [PATCH] minor typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47662 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 c8d84483d7..a1aa242259 100644 --- a/functions/var.xml +++ b/functions/var.xml @@ -60,7 +60,7 @@ print $double_value_of_var; // prints 122.34343 This is the opposite of (boolean) var, - exept that no warning is generated when the variable is not set. + except that no warning is generated when the variable is not set. See converting to boolean for more information.