For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > March 2004 > #27767 [Opn->Csd]: typo in /manual/en/types.comparisons.php









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author #27767 [Opn->Csd]: typo in /manual/en/types.comparisons.php
sean@php.net

2004-03-30, 12:31 am

ID: 27767
Updated by: sean@php.net
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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com