Home
last modified time | relevance | path

Searched refs:enqueue (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/spl/tests/
H A Ddllist_005.phpt20 $queue->enqueue($a);
24 $queue->enqueue(1);
25 $queue->enqueue(2);
34 $queue->enqueue(NULL);
35 $queue->enqueue(NULL);
42 $queue->enqueue(2);
H A DSplDoublyLinkedList_serialization.phpt7 $q->enqueue("a");
8 $q->enqueue("b");
/PHP-8.0/ext/spl/
H A Dspl_dllist.stub.php104 public function enqueue(mixed $value) {} function in SplQueue
H A Dspl_dllist_arginfo.h138 ZEND_MALIAS(SplDoublyLinkedList, enqueue, push, arginfo_class_SplQueue_enqueue, ZEND_ACC_PUBLIC)
/PHP-8.0/
H A DUPGRADING526 . SplQueue::enqueue() now returns void instead of true

Completed in 16 milliseconds