Home
last modified time | relevance | path

Searched refs:EXTR_PRIORITY (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/spl/tests/
H A Dspl_pq_top_basic.phpt20 $priorityQueue->setExtractFlags(SplPriorityQueue::EXTR_PRIORITY);
21 var_dump($priorityQueue->getExtractFlags() & SplPriorityQueue::EXTR_PRIORITY);
23 echo "EXTR_PRIORITY",PHP_EOL;
39 EXTR_PRIORITY
H A Dpqueue_001.phpt48 echo "EXTR_PRIORITY\n";
51 $pq3->setExtractFlags(SplPriorityQueue::EXTR_PRIORITY);
90 EXTR_PRIORITY
/PHP-8.2/ext/spl/
H A Dspl_heap.stub.php16 public const EXTR_PRIORITY = UNKNOWN; define in SplPriorityQueue

Completed in 8 milliseconds