php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #40391 wrong translation (german)
Submitted: 2007-02-07 16:50 UTC Modified: 2007-03-02 19:28 UTC
From: mailsiy at gmail dot com Assigned:
Status: Closed Package: Documentation 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: mailsiy at gmail dot com
New email:
PHP Version: OS:

 

 [2007-02-07 16:50 UTC] mailsiy at gmail dot com
Description:
------------
In the german translation of the mt_rand function it says
([int max [, int min ]])
but it has to be
([int max, int min])

Reproduce code:
---------------
http://php.net/de/mt_rand

Expected result:
----------------
([int max, int min])

Actual result:
--------------
([int max [, int min ]])

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-03-02 19:28 UTC] samesch@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Sep 21 14:00:02 2025 UTC