From: ben-xo at dubplates dot org Operating system: n/a PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: typo in /manual/en/types.comparisons.php
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 bug report at http://bugs.php.net/?id=27767&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27767&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27767&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27767&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27767&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27767&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27767&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27767&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27767&r=support Expected behavior: http://bugs.php.net/fix.php?id=27767&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27767&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27767&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27767&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27767&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27767&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27767&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27767&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27767&r=float
