Home
last modified time | relevance | path

Searched refs:finish (Results 1 – 25 of 46) sorted by relevance

12

/PHP-8.1/Zend/asm/
H A Dmake_arm_aapcs_macho_gas.S59 @ compute abs address of label finish
60 adr a2, finish
61 @ save address of finish as return-address for context-function
67 finish: label
H A Dmake_mips32_o32_elf_gas.S61 # - 4 bytes to save our GP register used in finish
62 # - 8 bytes to as space for transfer_t returned to finish
75 # compute abs address of label finish
76 la $t9, finish
77 # save address of finish as return-address for context-function
83 finish: label
H A Dmake_arm_aapcs_elf_gas.S62 @ compute abs address of label finish
63 adr a2, finish
64 @ save address of finish as return-address for context-function
73 finish: label
H A Dmake_arm64_aapcs_macho_gas.S69 adr x1, finish
71 ; save address of finish as return-address for context-function
77 finish: label
H A Dmake_mips64_n64_elf_gas.S72 # psudo instruction compute abs address of label finish based on GP
73 dla $t9, finish
75 # save address of finish as return-address for context-function
81 finish: label
H A Dmake_arm64_aapcs_elf_gas.S70 # save address of finish as return-address for context-function
72 adr x1, finish
77 finish: label
H A Dmake_riscv64_sysv_elf_gas.S76 # save address of finish as return-address for context-function
78 lla a4, finish
83 finish: label
H A Dmake_x86_64_sysv_macho_gas.S57 leaq finish(%rip), %rcx
71 finish: label
H A Dmake_s390x_sysv_elf_gas.S94 larl %r1,finish
100 finish: label
H A Dmake_i386_sysv_macho_gas.S69 addl $finish-2b, %ecx
84 finish: label
H A Dmake_ppc32_sysv_elf_gas.S101 # compute abs address of label finish
102 addi %r4, %r4, finish - 1b
103 # save address of finish as return-address for context-function
125 finish: label
H A Dmake_ppc64_sysv_elf_gas.S140 # compute abs address of label finish
141 addi %r4, %r4, finish - 1b
144 # save address of finish as return-address for context-function
153 finish: label
H A Dmake_i386_sysv_elf_gas.S82 addl $finish-2b, %ecx
97 finish: label
H A Dmake_x86_64_sysv_elf_gas.S85 leaq finish(%rip), %rcx
137 finish: label
H A Dmake_i386_ms_pe_masm.asm79 ; compute abs address of label finish
80 mov ecx, finish
81 ; save address of finish as return-address for context-function in EBP
132 finish: label
/PHP-8.1/ext/session/tests/
H A Dsession_set_save_handler_class_008.phpt26 public function finish() {
28 echo "(#$this->num) finish called $id\n";
49 $handler->finish();
57 (#1) finish called %s
H A Dsession_set_save_handler_class_010.phpt26 public function finish() {
28 echo "(#$this->num) finish called $id\n";
44 register_shutdown_function(array($handler, 'finish'));
56 (#1) finish called %s
H A Dsession_set_save_handler_class_007.phpt26 public function finish() {
28 echo "(#$this->num) finish called $id\n";
49 $handler->finish();
63 (#1) finish called %s
H A Dsession_set_save_handler_class_009.phpt26 public function finish() {
28 echo "(#$this->num) finish called $id\n";
/PHP-8.1/Zend/tests/
H A Dnowdoc_012.phpt14 Now let's finish it
25 Now let's finish it
/PHP-8.1/sapi/phpdbg/tests/
H A Dfinish_leave_001.phpt2 test finish and leave commands
9 finish
/PHP-8.1/ext/intl/grapheme/
H A Dgrapheme_util.c94 goto finish; \
134 goto finish; in grapheme_strpos_utf16()
137 goto finish; in grapheme_strpos_utf16()
157 goto finish; in grapheme_strpos_utf16()
197 finish: in grapheme_strpos_utf16()
/PHP-8.1/main/streams/
H A Dphp_stream_filter_api.h127 PHPAPI int _php_stream_filter_flush(php_stream_filter *filter, int finish);
136 #define php_stream_filter_flush(filter, finish) _php_stream_filter_flush((filter), (finish)) argument
/PHP-8.1/ext/opcache/tests/
H A Dbug75255.phpt2 Bug #75255 (Request hangs and not finish)
/PHP-8.1/ext/standard/tests/serialize/
H A Dbug65806.phpt58 echo "finish serialize/unserialize" . PHP_EOL;
80 finish serialize/unserialize

Completed in 28 milliseconds

12