Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 50) sorted by last modified time

12

/PHP-5.5/win32/build/
H A Dconfutils.js1731 deps_lines.push(ln);
1737 deps_lines.push(build_var_name(extensions_enabled[i][0]) + "=true;");
1738 …deps_lines.push(build_var_name(extensions_enabled[i][0]) + "_SHARED=" + (extensions_enabled[i][1] …
1795 lines.push(ln);
1812 lines.push("#define " + keys[i] + " " + item[0]);
/PHP-5.5/ext/standard/tests/array/
H A Dbug67693.phpt2 Bug #67693 - incorrect push to empty array
H A Darray_push.phpt93 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 …]
H A Darray_push_error2.phpt12 * then try and push new elements onto the array
/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c344 # pragma pack(push, 16) in php_sha256_crypt_r()
H A Dcrypt_sha512.c378 # pragma pack(push, 16) in php_sha512_crypt_r()
/PHP-5.5/ext/spl/tests/
H A DsplDoublyLinkedList_shift_noParams.phpt8 $ll->push(1);
9 $ll->push(2);
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_003.phpt6 $dll->push(2);
7 $dll->push(3);
8 $dll->push(4);
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_006.phpt6 $a->push(1);
7 $a->push(2);
8 $a->push(3);
H A Ddllist_007.phpt6 $a->push(1);
7 $a->push(2);
8 $a->push(3);
H A Ddllist_010.phpt6 $dll->push(1);
7 $dll->push(2);
8 $dll->push(3);
9 $dll->push(4);
H A Ddllist_memleak.phpt6 $dll->push(1);
7 $dll->push(2);
8 $dll->push(3);
9 $dll->push(4);
H A Ddllist_002.phpt6 $dll->push(2);
7 $dll->push(3);
8 $dll->push(4);
H A Dbug67538.phpt6 $list->push('a');
7 $list->push('b');
11 $list->push('b');
H A DSplDoublyLinkedList_top_pass_float.phpt9 $list->push("top");
H A DSplDoublyLinkedList_top_pass_integer.phpt9 $list->push("top");
H A DSplDoublyLinkedList_top_pass_null.phpt9 $list->push("top");
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_bottom_pass_array.phpt9 $list->push("top");
H A DSplDoublyLinkedList_bottom_pass_float.phpt9 $list->push("top");
H A DSplDoublyLinkedList_bottom_pass_integer.phpt9 $list->push("top");
H A DSplDoublyLinkedList_bottom_pass_null.phpt9 $list->push("top");

Completed in 71 milliseconds

12