You are here

protected property SplPriorityQueue::$serial in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-stdlib/src/SplPriorityQueue.php \Zend\Stdlib\SplPriorityQueue::serial

Type: int Seed used to ensure queue order for items of the same priority

Overrides SplPriorityQueue::$serial

File

vendor/zendframework/zend-stdlib/src/SplPriorityQueue.php, line 25

Class

SplPriorityQueue
Serializable version of SplPriorityQueue

Namespace

Zend\Stdlib

Code

protected $serial = PHP_INT_MAX;