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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: c dot reibenstein at online dot de
New email:
PHP Version: OS:

 

 [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 22:01:28 2024 UTC