php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #17972 Bad translation of Bitwise Operators Chapter
Submitted: 2002-06-25 10:33 UTC Modified: 2002-06-28 13:37 UTC
From: huet dot olivier at free dot fr Assigned: dams (profile)
Status: Closed Package: Documentation problem
PHP Version: 4.2.1 OS: All
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: huet dot olivier at free dot fr
New email:
PHP Version: OS:

 

 [2002-06-25 10:33 UTC] huet dot olivier at free dot fr
There is a mistake in chapter 'Op?rateurs sur les bits' in the french version of the manual which does'nt exist in English.
The explanations of >> and << operators are wrong.

It is :
'D?cale les bits de $a dans $b par la gauche (chaque d?calage ?quivaut ? une multiplication par 2).'
It should be 
'D?cale les bits de $a $b fois vers la gauche (chaque d?calage ?quivaut ? une multiplication par 2).'

or something like that. Thank you for looking at.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-28 13:37 UTC] dams@php.net
This bug has been fixed in CVS. You can grab a snapshot of the
CVS version at http://snaps.php.net/. In case this was a documentation 
problem, the fix will show up soon at http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites.
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 16 16:08:09 2025 UTC