Searched refs:push (Results 1 – 25 of 40) sorted by relevance
12
22 $stack->push($a);24 $stack->push(&$a);30 $stack->push(1);31 $stack->push(2);40 $stack->push(NULL);41 $stack->push(NULL);48 $stack->push(2);
22 $dll->push($a);24 $dll->push(&$a);38 $dll->push(1);39 $dll->push(2);46 $dll->push(NULL);47 $dll->push(NULL);54 $dll->push(2);
6 $dll->push(1);7 $dll->push(2);8 $dll->push(3);9 $dll->push(4);
6 $a->push(1);7 $a->push(2);8 $a->push(3);
8 $list->push('oh');9 $list->push('hai');10 $list->push('thar');
11 $ll->push('1');12 $ll->push('2');13 $ll->push('3');
2 Check that SplDoublyLinkedList::push generate a warning and return NULL with missing param8 var_dump($dll->push());11 Warning: SplDoublyLinkedList::push() expects exactly 1 parameter, 0 given in %s on line %d
9 $list->push('o');10 $list->push('o');11 $list->push('f');
11 $dll->push(1);12 $dll->push(2);13 $dll->push(3);
6 $dll->push(2);7 $dll->push(3);8 $dll->push(4);
8 $ll->push(1);9 $ll->push(2);
8 $dll->push(1);9 $dll->push(2);
10 $list->push('abc');11 $list->push('def');
93 Output after push is :112 Output after push is :125 Output after push is :141 Output after push is :154 Output after push is :167 Output after push is :180 Output after push is :200 Output after push is :212 Output after push is :240 Output after push is :[all …]
17 * - enqueue() is an alias of push()52 * @note dequeue is an alias of push()53 * @see splDoublyLinkedList::push()67 return parent::push($data);
Completed in 20 milliseconds