ID: 27767 Updated by: [EMAIL PROTECTED] Reported By: ben-xo at dubplates dot org -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: n/a PHP Version: Irrelevant New Comment:
This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. Previous Comments: ------------------------------------------------------------------------ [2004-03-29 22:27:15] ben-xo at dubplates dot org Description: ------------ http://uk2.php.net/manual/en/types.comparisons.php has a typo in the sentence "Note: HTML Forms do not pass integers, floats, or booleans, they pass strings. To find out of a string is numeric, you may use is_numeric(). " should read "Note: 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(). " the difference is "out of a string" changed to "out if a string" (of to if). Reproduce code: --------------- n/a. Expected result: ---------------- n/a. Actual result: -------------- n/a. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27767&edit=1
