php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48128 [DE] Documentation of "Operator Precedence" does not match English version.
Submitted: 2009-05-01 20:41 UTC Modified: 2009-05-02 10:59 UTC
From: phpbug at manuelmoser dot de Assigned: wiesemann (profile)
Status: Not a bug Package: Translation problem
PHP Version: Irrelevant OS: Irrelevant
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: phpbug at manuelmoser dot de
New email:
PHP Version: OS:

 

 [2009-05-01 20:41 UTC] phpbug at manuelmoser dot de
Description:
------------
The German documentation of the operators precedence does not match the English version of the documentation. Several precedence levels are missing or merged with other precedence levels. Also operators like <> are missing. The column for "Additional Information" is missing, too.

Reproduce code:
---------------
Visit and compare the two URLs:
http://php.net/manual/en/language.operators.precedence.php
http://php.net/manual/de/language.operators.precedence.php

Expected result:
----------------
The tables for the operator precedence should be the same, despite translation issues.

Actual result:
--------------
++ and -- are not at a seperate level. 
"instanceof" is missing.
! is not at a seperate level.
<> is missing.
"print" is missing.
The third column "Additional Information" is completely missing.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-05-02 10:59 UTC] wiesemann@php.net
Thanks for your report. The translation of the whole operators chapter is very outdated. Bug #48017 reports the same issue (in CVS there is only one file, operators.xml, for the whole chapter) => marking this as a duplicate. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 23:01:30 2024 UTC