From da03fb932983676026fc591024bee69fd048e094 Mon Sep 17 00:00:00 2001 From: Ken Date: Tue, 30 Mar 2004 04:10:35 +0000 Subject: [PATCH] Fix a 1,1 splice. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154920 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/comparisons.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/comparisons.xml b/appendices/comparisons.xml index 4a1b6e41e9..e09fda8507 100644 --- a/appendices/comparisons.xml +++ b/appendices/comparisons.xml @@ -1,5 +1,5 @@ - + PHP type comparison tables @@ -21,7 +21,7 @@ - HTML Forms do not pass integers, floats, or booleans, they pass strings. + HTML Forms do not pass integers, floats, or booleans; they pass strings. To find out if a string is numeric, you may use is_numeric.