/PHP-8.0/ext/session/tests/ |
H A D | session_set_save_handler_class_008.phpt | 24 public function finish() { 26 echo "(#$this->num) finish called $id\n"; 47 $handler->finish(); 55 (#1) finish called %s
|
H A D | session_set_save_handler_class_010.phpt | 24 public function finish() { 26 echo "(#$this->num) finish called $id\n"; 42 register_shutdown_function(array($handler, 'finish')); 54 (#1) finish called %s
|
H A D | session_set_save_handler_class_007.phpt | 24 public function finish() { 26 echo "(#$this->num) finish called $id\n"; 47 $handler->finish(); 61 (#1) finish called %s
|
H A D | session_set_save_handler_class_009.phpt | 24 public function finish() { 26 echo "(#$this->num) finish called $id\n";
|
H A D | session_encode_serialize.phpt | 17 // Should finish without errors
|
/PHP-8.0/Zend/tests/ |
H A D | nowdoc_012.phpt | 14 Now let's finish it 25 Now let's finish it
|
/PHP-8.0/sapi/phpdbg/tests/ |
H A D | finish_leave_001.phpt | 2 test finish and leave commands 9 finish
|
/PHP-8.0/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
|
H A D | filter.c | 398 PHPAPI int _php_stream_filter_flush(php_stream_filter *filter, int finish) in _php_stream_filter_flush() argument 406 long flags = (finish ? PSFS_FLAG_FLUSH_CLOSE : PSFS_FLAG_FLUSH_INC); in _php_stream_filter_flush()
|
/PHP-8.0/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.0/ext/opcache/tests/ |
H A D | bug75255.phpt | 2 Bug #75255 (Request hangs and not finish)
|
/PHP-8.0/ext/standard/tests/serialize/ |
H A D | bug65806.phpt | 58 echo "finish serialize/unserialize" . PHP_EOL; 80 finish serialize/unserialize
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | bug39322.phpt | 20 sleep(1); // wait a bit to let the process finish
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_prompt.h | 40 PHPDBG_COMMAND(finish);
|
H A D | phpdbg_prompt.c | 74 PHPDBG_COMMAND_D(finish, "continue past the end of the stack", 'F', NULL, 0, 0), 667 PHPDBG_COMMAND(finish) /* {{{ */ in PHPDBG_COMMAND() argument
|
/PHP-8.0/ext/iconv/tests/ |
H A D | bug48147.phpt | 14 // finish invalid
|
/PHP-8.0/ext/standard/ |
H A D | proc_open.c | 878 goto finish; in set_proc_descriptor_from_array() 887 goto finish; in set_proc_descriptor_from_array() 890 goto finish; in set_proc_descriptor_from_array() 898 goto finish; in set_proc_descriptor_from_array() 902 goto finish; in set_proc_descriptor_from_array() 915 goto finish; in set_proc_descriptor_from_array() 918 finish: in set_proc_descriptor_from_array()
|
H A D | http_fopen_wrapper.c | 278 goto finish; in php_stream_url_wrap_http_ex() 302 goto finish; in php_stream_url_wrap_http_ex() 312 finish: in php_stream_url_wrap_http_ex()
|
H A D | url_scanner_ex.re | 888 goto finish; 906 goto finish; 928 goto finish; 946 finish:
|
H A D | string.c | 4834 goto finish; 4881 goto finish; 4974 goto finish; 5046 goto finish; 5114 finish:
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_auth.c | 766 goto finish; in mysqlnd_sha256_get_rsa_from_pem() 770 goto finish; in mysqlnd_sha256_get_rsa_from_pem() 773 goto finish; in mysqlnd_sha256_get_rsa_from_pem() 776 goto finish; in mysqlnd_sha256_get_rsa_from_pem() 779 finish: in mysqlnd_sha256_get_rsa_from_pem()
|
/PHP-8.0/ext/phar/ |
H A D | phar_object.c | 465 goto finish; in PHP_METHOD() 481 goto finish; in PHP_METHOD() 494 goto finish; in PHP_METHOD() 505 goto finish; in PHP_METHOD() 522 finish: ; in PHP_METHOD() 612 goto finish; in PHP_METHOD() 637 goto finish; in PHP_METHOD() 662 goto finish; in PHP_METHOD() 850 finish: ; in PHP_METHOD() 3616 goto finish; in phar_add_file() [all …]
|
/PHP-8.0/docs/ |
H A D | self-contained-extensions.md | 41 It is time to finish the module. Run:
|
/PHP-8.0/ext/hash/tests/ |
H A D | crc32.phpt | 70 echo hash('crc32c', 'He who has a shady past knows that nice guys finish last.'), "\n";
|
/PHP-8.0/sapi/litespeed/ |
H A D | README.md | 171 time allowed when processing a request. If a child process can not finish
|