php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #51669 Incorrect signature on getArrayCopy method.
Submitted: 2010-04-26 20:15 UTC Modified: 2010-04-26 20:25 UTC
From: cwallenpoole at gmail dot com Assigned: degeberg (profile)
Status: Closed Package: SPL related
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: cwallenpoole at gmail dot com
New email:
PHP Version: OS:

 

 [2010-04-26 20:15 UTC] cwallenpoole at gmail dot com
Description:
------------
The documentation describes ArrayIterator's getArrayCopy method like this:

public void getArrayCopy ( void ) (can be found 
here:http://www.php.net/manual/en/class.arrayiterator.php)

It is actually:

public array getArrayCopy ( void )


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-04-26 20:25 UTC] degeberg@php.net
Automatic comment from SVN on behalf of degeberg
Revision: http://svn.php.net/viewvc/?view=revision&revision=298606
Log: Fixed PHP bug #51669 (Incorrect signature on getArrayCopy method)
 [2010-04-26 20:25 UTC] degeberg@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: degeberg
 [2010-04-26 20:25 UTC] degeberg@php.net
This bug has been fixed in SVN.

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/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 04:01:36 2025 UTC