Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 43) sorted by path

12

/PHP-7.4/
H A DCONTRIBUTING.md292 This section refers to contributors that have Git push access and make commit
H A DNEWS2295 . Fixed bug #76675 (Segfault with H2 server push). (Pedro Magalhães)
/PHP-7.4/Zend/tests/
H A Dbug69017.phpt2 #69017 (Fail to push to the empty array with the constant value defined in class scope)
/PHP-7.4/docs/
H A Drelease-process.md52 * Set remote Git push URL for the PECL extension:
58 * Create branch and tags structure appropriate for the extension and push:
61 git push -u origin master
131 git push --tags origin HEAD
132 git push origin {main branch}
133 git push origin {release branch}
183 3. Commit and push changes to qa and web.
230 8. Push the tag e.g. `git push origin php-7.4.1`.
245 11. Commit and push all the tarballs and signature files to
257 git push
[all …]
/PHP-7.4/ext/curl/tests/
H A Dbug76675.phpt2 Bug #76675 (Segfault with H2 server push write/writeheader handlers)
H A Dbug77535.phpt2 Bug #77535 (Invalid callback, h2 server push)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic10261 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
10302 # assembler instructions: push ax;pop es;push ax;pop ds;cld;mov si,7c1b
10587 # assembler instructions: lodsb;and al,al;jz 0xb;push si;mov ah,
11202 # BOOTSEL definitions contains assembler instructions: int 0x13;pop dx;push dx;push dx
11205 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13
11213 # not NO_CHS definitions contains assembler instructions: pop dx;push dx;movb $8,ah;int0x13
11215 …CK definitions contains assembler instructions: movw 0x55aa,bx;movb 0x41,ah;pop dx;push dx;int 0x13
H A Dmagic私はガラスを食べられます10261 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
10302 # assembler instructions: push ax;pop es;push ax;pop ds;cld;mov si,7c1b
10587 # assembler instructions: lodsb;and al,al;jz 0xb;push si;mov ah,
11202 # BOOTSEL definitions contains assembler instructions: int 0x13;pop dx;push dx;push dx
11205 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13
11213 # not NO_CHS definitions contains assembler instructions: pop dx;push dx;movb $8,ah;int0x13
11215 …CK definitions contains assembler instructions: movw 0x55aa,bx;movb 0x41,ah;pop dx;push dx;int 0x13
/PHP-7.4/ext/intl/idn/
H A Didn.c207 # pragma clang diagnostic push in php_intl_idn_to()
210 # pragma GCC diagnostic push in php_intl_idn_to()
/PHP-7.4/ext/opcache/tests/
H A Dbug77691.phpt2 Bug #77691: Opcache passes wrong value for inline array push assignments
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c947 sljit_uw push; in sljit_emit_enter() local
955 push = PUSH | (1 << 14); in sljit_emit_enter()
959 push |= 1 << reg_map[i]; in sljit_emit_enter()
962 push |= 1 << reg_map[i]; in sljit_emit_enter()
964 FAIL_IF(push_inst(compiler, push)); in sljit_emit_enter()
H A DsljitNativeARM_T2_32.c1062 sljit_ins push = 0; in sljit_emit_enter() local
1073 push |= 1 << reg_map[i]; in sljit_emit_enter()
1076 push |= 1 << reg_map[i]; in sljit_emit_enter()
1078 FAIL_IF((push & 0xff00) in sljit_emit_enter()
1079 ? push_inst32(compiler, PUSH_W | (1 << 14) | push) in sljit_emit_enter()
1080 : push_inst16(compiler, PUSH | (1 << 8) | push)); in sljit_emit_enter()
/PHP-7.4/ext/spl/
H A Dspl_dllist.c562 SPL_METHOD(SplDoublyLinkedList, push) in SPL_METHOD() argument
1422 SPL_MA(SplQueue, enqueue, SplDoublyLinkedList, push, arginfo_dllist_push, ZEND_ACC_PUBLIC)
1430 SPL_ME(SplDoublyLinkedList, push, arginfo_dllist_push, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/spl/tests/
H A DSPLDoublyLinkedList_iterate_by_reference.phpt10 $dll->push(2);
11 $dll->push(3);
H A DSplDoublyLinkedList_debug-info.phpt11 $dll->push(1);
12 $dll->push(2);
13 $dll->push(3);
H A DSplDoublyLinkedList_isEmpty_not-empty.phpt11 $dll->push(1);
12 $dll->push(2);
13 $dll->push(3);
H A DSplDoublyLinkedList_lifoMode.phpt9 $list->push('o');
10 $list->push('o');
11 $list->push('f');
H A DSplDoublyLinkedList_offsetExists_success.phpt10 $list->push('abc');
11 $list->push('def');
H A DSplDoublyLinkedList_offsetUnset_greater_than_elements.phpt9 $ll->push('1');
10 $ll->push('2');
11 $ll->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 DSplDoublyLinkedList_serialization.phpt14 $s->push("a");
15 $s->push("b");
H A DSplDoublylinkedlist_offsetunset_first.phpt8 $list->push('oh');
9 $list->push('hai');
10 $list->push('thar');
H A DSplDoublylinkedlist_offsetunset_first002.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');

Completed in 148 milliseconds

12