Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 57) sorted by relevance

123

/PHP-8.2/ext/spl/tests/
H A Ddllist_004.phpt20 $stack->push($a);
24 $stack->push(1);
25 $stack->push(2);
34 $stack->push(NULL);
35 $stack->push(NULL);
42 $stack->push(2);
H A Ddllist_memleak.phpt6 $dll->push(1);
7 $dll->push(2);
8 $dll->push(3);
9 $dll->push(4);
H A Ddllist_001.phpt20 $dll->push($a);
28 $dll->push(1);
29 $dll->push(2);
36 $dll->push(NULL);
37 $dll->push(NULL);
44 $dll->push(2);
H A Ddllist_010.phpt6 $dll->push(1);
7 $dll->push(2);
8 $dll->push(3);
9 $dll->push(4);
H A Ddllist_007.phpt6 $a->push(1);
7 $a->push(2);
8 $a->push(3);
H A Dbug67538.phpt6 $list->push('a');
7 $list->push('b');
11 $list->push('b');
H A DSplDoublylinkedlist_offsetunset_first002.phpt8 $list->push('oh');
9 $list->push('hai');
10 $list->push('thar');
H A DSplDoublyLinkedList_lifoMode.phpt9 $list->push('o');
10 $list->push('o');
11 $list->push('f');
H A DSplDoublyLinkedList_offsetUnset_greater_than_elements.phpt9 $ll->push('1');
10 $ll->push('2');
11 $ll->push('3');
H A DSplDoublylinkedlist_offsetunset_first.phpt8 $list->push('oh');
9 $list->push('hai');
10 $list->push('thar');
H A DSplDoublylinkedlist_offsetunset_last.phpt8 $list->push('oh');
9 $list->push('hai');
10 $list->push('thar');
H A DSplDoublyLinkedList_isEmpty_not-empty.phpt11 $dll->push(1);
12 $dll->push(2);
13 $dll->push(3);
H A DSplDoublyLinkedList_debug-info.phpt11 $dll->push(1);
12 $dll->push(2);
13 $dll->push(3);
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt11 $dll->push(1);
12 $dll->push(2);
13 $dll->push(3);
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt11 $dll->push(1);
12 $dll->push(2);
13 $dll->push(3);
H A Ddllist_003.phpt6 $dll->push(2);
7 $dll->push(3);
8 $dll->push(4);
H A Ddllist_002.phpt6 $dll->push(2);
7 $dll->push(3);
8 $dll->push(4);
H A DSplDoublyLinkedList_consistent_iterator_mode.phpt7 $list->push(1);
8 $list->push(2);
9 $list->push(3);
H A Ddllist_006.phpt6 $a->push(1);
7 $a->push(2);
8 $a->push(3);
H A Dbug75673.phpt6 $stack->push("one");
7 $stack->push("two");
H A Dbug79151.phpt8 $a->push(1);
18 $a->push(2);
H A DSplDoublyLinkedList_offsetExists_success.phpt10 $list->push('abc');
11 $list->push('def');
H A DSPLDoublyLinkedList_iterate_by_reference.phpt10 $dll->push(2);
11 $dll->push(3);
/PHP-8.2/ext/standard/tests/array/
H A Darray_push.phpt69 Output after push is :
98 Output after push is :
115 Output after push is :
138 Output after push is :
155 Output after push is :
172 Output after push is :
189 Output after push is :
220 Output after push is :
235 Output after push is :
267 Output after push is :
[all …]
/PHP-8.2/Zend/asm/
H A Djump_arm_aapcs_macho_gas.S46 push {lr}
48 push {a1,v1-v8,lr}
57 push {v1}

Completed in 77 milliseconds

123