php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #27767 typo in /manual/en/types.comparisons.php
Submitted: 2004-03-29 22:27 UTC Modified: 2004-03-29 23:00 UTC
From: ben-xo at dubplates dot org Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: n/a
Private report: No CVE-ID: None
 [2004-03-29 22:27 UTC] 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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-29 23:00 UTC] sean@php.net
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.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Nov 06 02:00:01 2025 UTC