php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #32489 [de] German translation error at stristr()
Submitted: 2005-03-29 21:09 UTC Modified: 2005-08-25 21:05 UTC
From: m dot ernst at connect-wa dot de Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.10 OS: Irrelevant
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: m dot ernst at connect-wa dot de
New email:
PHP Version: OS:

 

 [2005-03-29 21:09 UTC] m dot ernst at connect-wa dot de
Description:
------------
There is a translation error in the documentation/function list of stristr().

The english text reads
"Returns all of haystack from the first occurrence of needle to the end. needle and haystack  are examined in a case-insensitive manner."

The german text reads
"Findet alle Vorkommen von needle innerhalb von haystack vom Anfang bis zum Ende (ohne R?cksicht auf die Schreibweise beider Parameter).

The german text should read
"Gibt den String haystack ab dem ersten Vorkommen von needle bis zum Ende zur?ck. needle wird in haystack ohne R?cksicht auf die Schreibweise (Gro?- und Kleinschreibung) gesucht."


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-25 21:05 UTC] theseer@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: Wed Nov 19 12:00:02 2025 UTC