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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 16:01:29 2024 UTC