php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #67886 SplPriorityQueue doesn't expose extractFlags nor curruption state
Submitted: 2014-08-22 11:42 UTC Modified: 2014-08-26 08:06 UTC
From: nicolas dot grekas+php at gmail dot com Assigned: jpauli (profile)
Status: Closed Package: SPL related
PHP Version: 5.5.16 OS:
Private report: No CVE-ID: None
 [2014-08-22 11:42 UTC] nicolas dot grekas+php at gmail dot com
Description:
------------
The interface of SplPriorityQueue objects does not allow fetching the full internal state of the object,

Two methods are missing:
- getExtractFlags()
- isCorrupted() (this one misses also on SplHeap)




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-08-26 08:05 UTC] jpauli@php.net
-Status: Open +Status: Feedback
 [2014-08-26 08:05 UTC] jpauli@php.net
Please try using this snapshot:

  http://snaps.php.net/php-trunk-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/

Done at git 0686b44.

Thank you
 [2014-08-26 08:06 UTC] jpauli@php.net
-Status: Feedback +Status: Closed -Assigned To: +Assigned To: jpauli
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 11:01:28 2024 UTC