php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #19227 mktime translation error
Submitted: 2002-09-04 04:33 UTC Modified: 2002-09-04 10:17 UTC
From: benoitp at oma dot be Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.2.2 OS: unix
Private report: No CVE-ID: None
 [2002-09-04 04:33 UTC] benoitp at oma dot be
There is an error in the french translation of the mktime function. 
In english it's writen: 

"Arguments may be left out in order from right to left..." 

But in the french version it's writen that the arguments may be left out in order 
from left to right. 

In order to correct the error, replace this sentence: 

"Les arguments peuvent ?tre omis, de gauche ? droite..." 

by 

"Les arguments peuvent ?tre omis, de droite ? gauche..." 

at this link: http://be2.php.net/manual/fr/function.mktime.php 

Have a nice day 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-04 10:17 UTC] derick@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot 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 in short time.
 
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 Nov 19 21:00:01 2025 UTC