php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #60939 [PL] Different argument types in Polish max function
Submitted: 2012-01-31 15:21 UTC Modified: 2014-03-27 13:48 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: milimetr88 at gmail dot com Assigned: sobak (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: n/a
Private report: No CVE-ID: None
 [2012-01-31 15:21 UTC] milimetr88 at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/function.max#refsect1-function.max-unknown
---


In Polish there is:
mixed max ( number $arg1 , number $arg2 [, number $... ] )
mixed max ( array $numbers )

While in English:
mixed max ( array $values )
mixed max ( mixed $value1 , mixed $value2 [, mixed $value3... ] )


Why there is a difference? Shouldn't the arguments be the same regardless 
language of the documentation? :)




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-02-01 02:53 UTC] aharvey@php.net
-Package: Math related +Package: Translation problem
 [2012-02-14 08:42 UTC] yannick@php.net
-Summary: Different argument types in Polish max function +Summary: [PL] Different argument types in Polish max function
 [2012-10-29 15:07 UTC] yannick@php.net
Hi,

It's probably a page who aren't sync with the EN version.

You can sync it with the online editor (https://edit.php.net) and propose un 
patch.

Best,
Yannick
 [2014-03-27 13:48 UTC] sobak@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: sobak
 [2014-03-27 13:48 UTC] sobak@php.net
I know it took way too long, but it's fixed now. Thank you for your report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 22:01:31 2024 UTC