Home
last modified time | relevance | path

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

12

/PHP-7.4/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.4/Zend/tests/
H A Dnowdoc_012.phpt14 Now let's finish it
25 Now let's finish it
/PHP-7.4/sapi/phpdbg/tests/
H A Dfinish_leave_001.phpt2 test finish and leave commands
9 finish
/PHP-7.4/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.c400 PHPAPI int _php_stream_filter_flush(php_stream_filter *filter, int finish) in _php_stream_filter_flush() argument
408 long flags = (finish ? PSFS_FLAG_FLUSH_CLOSE : PSFS_FLAG_FLUSH_INC); in _php_stream_filter_flush()
/PHP-7.4/ext/opcache/tests/
H A Dbug75255.phpt2 Bug #75255 (Request hangs and not finish)
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug65806.phpt58 echo "finish serialize/unserialize" . PHP_EOL;
80 finish serialize/unserialize
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.h42 PHPDBG_COMMAND(finish);
H A Dphpdbg_prompt.c76 PHPDBG_COMMAND_D(finish, "continue past the end of the stack", 'F', NULL, 0, 0),
675 PHPDBG_COMMAND(finish) /* {{{ */ in PHPDBG_COMMAND() argument
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug39322.phpt20 sleep(1); // wait a bit to let the process finish
/PHP-7.4/ext/iconv/tests/
H A Dbug48147.phpt14 // finish invalid
/PHP-7.4/ext/phar/
H A Dphar_object.c466 goto finish; in PHP_METHOD()
482 goto finish; in PHP_METHOD()
495 goto finish; in PHP_METHOD()
506 goto finish; in PHP_METHOD()
523 finish: ; in PHP_METHOD()
662 goto finish; in PHP_METHOD()
688 goto finish; in PHP_METHOD()
706 goto finish; in PHP_METHOD()
715 goto finish; in PHP_METHOD()
865 finish: ; in PHP_METHOD()
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_auth.c768 goto finish; in mysqlnd_sha256_get_rsa_from_pem()
772 goto finish; in mysqlnd_sha256_get_rsa_from_pem()
775 goto finish; in mysqlnd_sha256_get_rsa_from_pem()
778 goto finish; in mysqlnd_sha256_get_rsa_from_pem()
781 finish: in mysqlnd_sha256_get_rsa_from_pem()
/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c280 goto finish; in php_stream_url_wrap_http_ex()
304 goto finish; in php_stream_url_wrap_http_ex()
314 finish: in php_stream_url_wrap_http_ex()
H A Durl_scanner_ex.re890 goto finish;
908 goto finish;
930 goto finish;
948 finish:
H A Dstring.c5208 goto finish;
5255 goto finish;
5348 goto finish;
5420 goto finish;
5488 finish:
/PHP-7.4/ext/hash/tests/
H A Dcrc32.phpt42 echo hash('crc32c', 'He who has a shady past knows that nice guys finish last.'), "\n";
/PHP-7.4/docs/
H A Dself-contained-extensions.md41 It is time to finish the module. Run:
/PHP-7.4/sapi/litespeed/
H A DREADME.md171 time allowed when processing a request. If a child process can not finish
/PHP-7.4/build/
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.4/ext/opcache/
H A DZendAccelerator.c4512 goto finish; in accel_preload()
4521 goto finish; in accel_preload()
4651 finish: in accel_preload()

Completed in 197 milliseconds

12