Home
last modified time | relevance | path

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

/PHP-5.5/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 Ddllist_013.phpt18 $dll->unshift(2); // 2 3 5 4 6
H A Ddllist_001.phpt24 $dll->unshift($a);
/PHP-5.5/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-5.5/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-5.5/ext/spl/
H A Dspl_dllist.c579 SPL_METHOD(SplDoublyLinkedList, unshift) in SPL_METHOD() argument
1371 SPL_ME(SplDoublyLinkedList, unshift, arginfo_dllist_push, ZEND_ACC_PUBLIC)
/PHP-5.5/win32/build/
H A Dconfutils.js669 libnames.unshift(name);

Completed in 37 milliseconds