Home
last modified time | relevance | path

Searched refs:unshift (Results 1 – 10 of 10) sorted by relevance

/PHP-7.3/ext/spl/tests/
H A DSplDoublyLinkedList_unshift_missing_parameter.phpt2 Check that SplDoublyLinkedList::unshift generate a warning and return NULL with missing param
8 var_dump($dll->unshift());
11 Warning: SplDoublyLinkedList::unshift() expects exactly 1 parameter, 0 given in %s on line %d
H A Dbug79151.phpt10 $a->unshift(2);
16 $a->unshift(1);
H A Ddllist_013.phpt18 $dll->unshift(2); // 2 3 5 4 6
H A Ddllist_001.phpt24 $dll->unshift($a);
/PHP-7.3/Zend/tests/
H A Darray_unshift_COW.phpt2 Tests that array unshift code is correctly dealing with copy on write and splitting on reference
/PHP-7.3/ext/spl/internal/
H A Dsplstack.inc14 * extends SplDoublyLinkedList, shift() and unshift() are still available even
H A Dsplqueue.inc14 * extends SplDoublyLinkedList, unshift() and pop() are still available
H A Dspldoublylinkedlist.inc82 public function unshift($data)
/PHP-7.3/ext/spl/
H A Dspl_dllist.c581 SPL_METHOD(SplDoublyLinkedList, unshift) in SPL_METHOD() argument
1359 SPL_ME(SplDoublyLinkedList, unshift, arginfo_dllist_push, ZEND_ACC_PUBLIC)
/PHP-7.3/win32/build/
H A Dconfutils.js811 libnames.unshift(name);

Completed in 26 milliseconds