Home
last modified time | relevance | path

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

12

/PHP-7.3/ext/session/tests/
H A Dsession_set_save_handler_class_008.phpt30 public function finish() {
32 echo "(#$this->num) finish called $id\n";
53 $handler->finish();
61 (#1) finish called %s
H A Dsession_set_save_handler_class_010.phpt30 public function finish() {
32 echo "(#$this->num) finish called $id\n";
48 register_shutdown_function(array($handler, 'finish'));
60 (#1) finish called %s
H A Dsession_set_save_handler_class_007.phpt30 public function finish() {
32 echo "(#$this->num) finish called $id\n";
53 $handler->finish();
67 (#1) finish called %s
H A Dsession_set_save_handler_class_009.phpt30 public function finish() {
32 echo "(#$this->num) finish called $id\n";
H A Dsession_encode_serialize.phpt17 // Should finish without errors
/PHP-7.3/Zend/tests/
H A Dnowdoc_012.phpt14 Now let's finish it
25 Now let's finish it
/PHP-7.3/sapi/phpdbg/tests/
H A Dfinish_leave_001.phpt2 test finish and leave commands
9 finish
/PHP-7.3/main/streams/
H A Dphp_stream_filter_api.h129 PHPAPI int _php_stream_filter_flush(php_stream_filter *filter, int finish);
138 #define php_stream_filter_flush(filter, finish) _php_stream_filter_flush((filter), (finish)) argument
H A Dfilter.c399 PHPAPI int _php_stream_filter_flush(php_stream_filter *filter, int finish) in _php_stream_filter_flush() argument
407 long flags = (finish ? PSFS_FLAG_FLUSH_CLOSE : PSFS_FLAG_FLUSH_INC); in _php_stream_filter_flush()
/PHP-7.3/ext/opcache/tests/
H A Dbug75255.phpt2 Bug #75255 (Request hangs and not finish)
/PHP-7.3/ext/standard/tests/serialize/
H A Dbug65806.phpt58 echo "finish serialize/unserialize" . PHP_EOL;
80 finish serialize/unserialize
/PHP-7.3/ext/standard/tests/general_functions/
H A Dbug39322.phpt20 sleep(1); // wait a bit to let the process finish
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_prompt.h42 PHPDBG_COMMAND(finish);
H A DChangelog.md37 - finish (continue until the current function has returned)
H A Dphpdbg_prompt.c76 PHPDBG_COMMAND_D(finish, "continue past the end of the stack", 'F', NULL, 0, 0),
722 PHPDBG_COMMAND(finish) /* {{{ */ in PHPDBG_COMMAND() argument
H A Dxml.md416 finish section
/PHP-7.3/ext/iconv/tests/
H A Dbug48147.phpt14 // finish invalid
/PHP-7.3/ext/standard/
H A Durl_scanner_ex.c1307 goto finish; in php_url_scanner_reset_var_impl()
1325 goto finish; in php_url_scanner_reset_var_impl()
1347 goto finish; in php_url_scanner_reset_var_impl()
1365 finish: in php_url_scanner_reset_var_impl()
H A Dhttp_fopen_wrapper.c281 goto finish; in php_stream_url_wrap_http_ex()
305 goto finish; in php_stream_url_wrap_http_ex()
315 finish: in php_stream_url_wrap_http_ex()
H A Durl_scanner_ex.re892 goto finish;
910 goto finish;
932 goto finish;
950 finish:
H A Dstring.c5092 goto finish;
5139 goto finish;
5232 goto finish;
5304 goto finish;
5372 finish:
/PHP-7.3/
H A DREADME.SELF-CONTAINED-EXTENSIONS42 It is time to finish the module. Run:
H A Dltmain.sh534 --finish) mode="finish" ;;
6300 $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2
6306 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
6827 finish)
/PHP-7.3/sapi/litespeed/
H A DREADME.md181 can not finish processing of a request in the given time period, it
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c4207 else goto finish; /* error */ \
4364 finish: in regset_search_body_position_lead()
4561 if (r < 0) goto finish; in onig_regset_search_with_param()
4566 finish: in onig_regset_search_with_param()
5240 else goto finish; /* error */ \ in search_in_range()
5249 else goto finish; /* error */ \ in search_in_range()
5521 finish: in search_in_range()

Completed in 106 milliseconds

12