php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #12037 Wrong description in german translation
Submitted: 2001-07-11 03:48 UTC Modified: 2001-07-11 05:20 UTC
From: heiko at leipzig-info dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.6 OS:
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:
5 + 28 = ?
Subscribe to this entry?

 
 [2001-07-11 03:48 UTC] heiko at leipzig-info dot net
function array_pad();

Ist der Parameter !!! pad_value !!! positiv, wird das Array rechts erweitert, ist er negativ, dann erfolgt die Erweiterung links. 

It has to be:

Ist der Parameter !!! pad_size !!! positiv, wird das Array rechts erweitert, ist er negativ, dann erfolgt die Erweiterung links. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-11 05:17 UTC] tom@php.net
Is corrected in the CVS, and will be online tomorrow.

 [2001-07-11 05:19 UTC] derick@php.net
It's fixed, so closing
 [2001-07-11 05:20 UTC] tom@php.net
Sorry, just forgot to close it
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 06:01:29 2024 UTC