/PHP-8.2/Zend/asm/ |
H A D | make_arm_aapcs_macho_gas.S | 59 @ 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 D | make_mips32_o32_elf_gas.S | 61 # - 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 D | make_arm_aapcs_elf_gas.S | 62 @ 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 D | make_arm64_aapcs_macho_gas.S | 69 adr x1, finish 71 ; save address of finish as return-address for context-function 77 finish: label
|
H A D | make_mips64_n64_elf_gas.S | 72 # 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 D | make_arm64_aapcs_elf_gas.S | 70 # save address of finish as return-address for context-function 72 adr x1, finish 77 finish: label
|
H A D | make_riscv64_sysv_elf_gas.S | 76 # save address of finish as return-address for context-function 78 lla a4, finish 83 finish: label
|
H A D | make_x86_64_sysv_macho_gas.S | 57 leaq finish(%rip), %rcx 71 finish: label
|
H A D | make_s390x_sysv_elf_gas.S | 94 larl %r1,finish 100 finish: label
|
H A D | make_i386_sysv_macho_gas.S | 69 addl $finish-2b, %ecx 84 finish: label
|
H A D | make_ppc32_sysv_elf_gas.S | 101 # 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 D | make_ppc64_sysv_elf_gas.S | 140 # 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 D | make_arm64_aapcs_pe_armasm.asm | 89 ; save address of finish as return-address for context-function 91 adr x1, finish 101 finish label
|
H A D | make_i386_sysv_elf_gas.S | 82 addl $finish-2b, %ecx 97 finish: label
|
H A D | make_x86_64_sysv_elf_gas.S | 85 leaq finish(%rip), %rcx 137 finish: label
|
/PHP-8.2/ext/session/tests/ |
H A D | session_set_save_handler_class_008.phpt | 26 public function finish() { 28 echo "(#$this->num) finish called $id\n"; 49 $handler->finish(); 57 (#1) finish called %s
|
H A D | session_set_save_handler_class_010.phpt | 26 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 D | session_set_save_handler_class_007.phpt | 26 public function finish() { 28 echo "(#$this->num) finish called $id\n"; 49 $handler->finish(); 63 (#1) finish called %s
|
H A D | session_set_save_handler_class_009.phpt | 26 public function finish() { 28 echo "(#$this->num) finish called $id\n";
|
/PHP-8.2/Zend/tests/ |
H A D | nowdoc_012.phpt | 14 Now let's finish it 25 Now let's finish it
|
/PHP-8.2/sapi/phpdbg/tests/ |
H A D | finish_leave_001.phpt | 2 test finish and leave commands 9 finish
|
/PHP-8.2/ext/intl/grapheme/ |
H A D | grapheme_util.c | 94 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.2/main/streams/ |
H A D | php_stream_filter_api.h | 127 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.2/ext/opcache/tests/ |
H A D | bug75255.phpt | 2 Bug #75255 (Request hangs and not finish)
|
/PHP-8.2/ext/standard/tests/serialize/ |
H A D | bug65806.phpt | 58 echo "finish serialize/unserialize" . PHP_EOL; 80 finish serialize/unserialize
|