Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/session/tests/
H A Dsession_set_save_handler_class_008.phpt24 public function finish() {
26 echo "(#$this->num) finish called $id\n";
47 $handler->finish();
55 (#1) finish called %s
H A Dsession_set_save_handler_class_010.phpt24 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 Dsession_set_save_handler_class_007.phpt24 public function finish() {
26 echo "(#$this->num) finish called $id\n";
47 $handler->finish();
61 (#1) finish called %s
H A Dsession_set_save_handler_class_009.phpt24 public function finish() {
26 echo "(#$this->num) finish called $id\n";
H A Dsession_encode_serialize.phpt17 // Should finish without errors
/PHP-8.0/Zend/tests/
H A Dnowdoc_012.phpt14 Now let's finish it
25 Now let's finish it
/PHP-8.0/sapi/phpdbg/tests/
H A Dfinish_leave_001.phpt2 test finish and leave commands
9 finish
/PHP-8.0/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
H A Dfilter.c398 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 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.0/ext/opcache/tests/
H A Dbug75255.phpt2 Bug #75255 (Request hangs and not finish)
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug65806.phpt58 echo "finish serialize/unserialize" . PHP_EOL;
80 finish serialize/unserialize
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug39322.phpt20 sleep(1); // wait a bit to let the process finish
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.h40 PHPDBG_COMMAND(finish);
H A Dphpdbg_prompt.c74 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 Dbug48147.phpt14 // finish invalid
/PHP-8.0/ext/standard/
H A Dproc_open.c878 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 Dhttp_fopen_wrapper.c278 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 Durl_scanner_ex.re888 goto finish;
906 goto finish;
928 goto finish;
946 finish:
H A Dstring.c4834 goto finish;
4881 goto finish;
4974 goto finish;
5046 goto finish;
5114 finish:
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_auth.c766 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 Dphar_object.c465 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 Dself-contained-extensions.md41 It is time to finish the module. Run:
/PHP-8.0/ext/hash/tests/
H A Dcrc32.phpt70 echo hash('crc32c', 'He who has a shady past knows that nice guys finish last.'), "\n";
/PHP-8.0/sapi/litespeed/
H A DREADME.md171 time allowed when processing a request. If a child process can not finish

Completed in 77 milliseconds

12