php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #54587 RecursiveTreeIterator postfix is not implemented
Submitted: 2011-04-21 15:44 UTC Modified: 2018-03-10 16:44 UTC
From: jinmoku at hotmail dot com Assigned: cmb (profile)
Status: Closed Package: SPL related
PHP Version: 5.3.6 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: jinmoku at hotmail dot com
New email:
PHP Version: OS:

 

 [2011-04-21 15:44 UTC] jinmoku at hotmail dot com
Description:
------------
RecursiveTreeIterator posfix is not implemented, and RecursiveTreeIterator::getPostfix return nothing (RETVAL_STRINGL("", 0, 1);)

I think it's will good to create const (POSTFIX_*) and RecursiveTreeIterator::setProstfixPart

All postfix should be blank at the beginning


Patches

impl-54587 (last revision 2011-04-21 14:49 UTC by jinmoku at hotmail dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-03-10 16:44 UTC] cmb@php.net
-Summary: RecursiveTreeIterator posfix is not implemented +Summary: RecursiveTreeIterator postfix is not implemented -Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 [2018-03-10 16:44 UTC] cmb@php.net
RecursiveTreeIterator::setPostfix() has been implemented in the
meantime[1], and is available as of PHP 5.5.3.  See also
<https://3v4l.org/ESWtD>.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=5027fa79d72d513a4cd76e92ee1c6d9192b66a9e>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 14:01:31 2024 UTC