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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
13 + 18 = ?
Subscribe to this entry?

 
 [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: Fri May 03 23:01:30 2024 UTC