php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46630 [DE] wrong description on german site
Submitted: 2008-11-20 13:58 UTC Modified: 2008-11-20 17:08 UTC
Votes:5
Avg. Score:4.8 ± 0.4
Reproduced:5 of 5 (100.0%)
Same Version:1 (20.0%)
Same OS:0 (0.0%)
From: mail at udo-seiler dot com Assigned: wiesemann (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: all
Private report: No CVE-ID: None
 [2008-11-20 13:58 UTC] mail at udo-seiler dot com
Description:
------------
the description of base convert on the following php.net site is wrong!
http://de.php.net/manual/de/function.base-convert.php
in the english (right) version it is described, that on a 36 number base "Z" will have the value 35 (which is right)!!!
but in all german pages there there you get told that "Z" is 36 !!!
i have already posted this three times to the user comments, but it was just dropped, never published and never changed!

greetz so far

subarea

Reproduce code:
---------------
http://de.php.net/manual/de/function.base-convert.php

Expected result:
----------------
"Z" => 35

Actual result:
--------------
"Z" => 36

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-20 15:29 UTC] bjori@php.net
Reclassified as documentation issue.
 [2008-11-20 17:08 UTC] wiesemann@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.


 [2020-02-07 09:57 UTC] phpdocbot@php.net
Automatic comment on behalf of wiesemann
Revision: http://git.php.net/?p=doc/de.git;a=commit;h=f5792c170f303f3e48dd7318ea3aac0013a4bda9
Log: - fix bug #46630: wrong value (35 instead of 36) in German translation - fix line endings - complete incomplete sentence (line 30ff, "may lose precision" was missing/not translated)
 [2020-12-30 11:15 UTC] nikic@php.net
Automatic comment on behalf of wiesemann
Revision: http://git.php.net/?p=doc/de.git;a=commit;h=fb2a32bfa7125251f6e0068e4e4e99a2eade862f
Log: - fix bug #46630: wrong value (35 instead of 36) in German translation - fix line endings - complete incomplete sentence (line 30ff, "may lose precision" was missing/not translated)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 00:01:32 2024 UTC