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
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: 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

Pull Requests

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: Sun Dec 22 10:01:28 2024 UTC