php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #54831 Bad variable argument list in array_replace_recursive prototype
Submitted: 2011-05-18 14:06 UTC Modified: 2011-05-19 14:50 UTC
From: gwarnants at gmail dot com Assigned:
Status: Duplicate Package: Documentation problem
PHP Version: Irrelevant 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:
29 + 19 = ?
Subscribe to this entry?

 
 [2011-05-18 14:06 UTC] gwarnants at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/function.array-replace-recursive#Description
---

I think that variable argument list of array_replace_recursive could be clarified.

Regards,
Geoffray

Expected result:
----------------
array array_replace_recursive ( array &$array , array &$array1 [, array &$array2 [, array &$... ]] )

Actual result:
--------------
array array_replace_recursive ( array &$array , array &$array1 [, array &$... ] )

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-05-19 14:50 UTC] salathe@php.net
-Status: Open +Status: Duplicate
 [2011-05-19 14:50 UTC] salathe@php.net
Duplicate of #54774
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 07:01:27 2024 UTC