kennyt Mon Mar 29 23:10:35 2004 EDT
Modified files: /phpdoc/en/appendices comparisons.xml Log: Fix a 1,1 splice. http://cvs.php.net/diff.php/phpdoc/en/appendices/comparisons.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/appendices/comparisons.xml diff -u phpdoc/en/appendices/comparisons.xml:1.7 phpdoc/en/appendices/comparisons.xml:1.8 --- phpdoc/en/appendices/comparisons.xml:1.7 Mon Mar 29 23:09:18 2004 +++ phpdoc/en/appendices/comparisons.xml Mon Mar 29 23:10:35 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <appendix id="types.comparisons"> <title>PHP type comparison tables</title> <para> @@ -21,7 +21,7 @@ </para> <note> <para> - 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 <function>is_numeric</function>. </para>