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
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: 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)

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue May 13 07:01:26 2025 UTC