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
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: nicolas dot grekas+php at gmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Thu Nov 21 10:01:29 2024 UTC