php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #45344 ArrayIterator constructor not documented
Submitted: 2008-06-24 09:56 UTC Modified: 2008-11-05 11:05 UTC
From: mrmenke at web dot de Assigned:
Status: Wont fix Package: Documentation problem
PHP Version: Irrelevant OS:
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: mrmenke at web dot de
New email:
PHP Version: OS:

 

 [2008-06-24 09:56 UTC] mrmenke at web dot de
Description:
------------
The documentation of the __construct() method (or any hint, that the constructor should not be used directly) from the ArrayIterator class is missing.
This works:

var_dump(new ArrayIterator(array(1,2,3,4)));


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-05 11:05 UTC] vrana@php.net
SPL is thoroughly documented (including ArrayIterator constructor) at http://www.php.net/~helly/php/ext/spl/ which is linked from the manual.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Mar 12 11:01:32 2025 UTC