php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #46474 "ASCII" codes above 127
Submitted: 2008-11-03 17:06 UTC Modified: 2008-11-04 16:27 UTC
From: c dot reibenstein at online dot de Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2008-11-03 17:06 UTC] c dot reibenstein at online dot de
Description:
------------
Found at http://de.php.net/manual/en/language.variables.php, first "Note":

  "For our purposes here, a letter is a-z, A-Z, and the ASCII characters from 127 through 255 (0x7f-0xff)"

This is nonsense. ASCII ends at 127. Anything above this value is non-ASCII.

Skip the word ASCII, and everything will be fine.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-03 17:07 UTC] derick@php.net
"ASCII characters" should by "bytes" to be accurate though.
 [2008-11-04 16:27 UTC] vrana@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.

"For our purposes here, a letter is a-z, A-Z, and the bytes from 127 through 255 (0x7f-0xff)."
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 19:01:30 2024 UTC