/PHP-7.4/ext/session/tests/ |
H A D | session_set_save_handler_class_008.phpt | 30 public function finish() { 32 echo "(#$this->num) finish called $id\n"; 53 $handler->finish(); 61 (#1) finish called %s
|
H A D | session_set_save_handler_class_010.phpt | 30 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 D | session_set_save_handler_class_007.phpt | 30 public function finish() { 32 echo "(#$this->num) finish called $id\n"; 53 $handler->finish(); 67 (#1) finish called %s
|
H A D | session_set_save_handler_class_009.phpt | 30 public function finish() { 32 echo "(#$this->num) finish called $id\n";
|
H A D | session_encode_serialize.phpt | 17 // Should finish without errors
|
/PHP-7.4/Zend/tests/ |
H A D | nowdoc_012.phpt | 14 Now let's finish it 25 Now let's finish it
|
/PHP-7.4/sapi/phpdbg/tests/ |
H A D | finish_leave_001.phpt | 2 test finish and leave commands 9 finish
|
/PHP-7.4/main/streams/ |
H A D | php_stream_filter_api.h | 129 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 D | filter.c | 400 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 D | bug75255.phpt | 2 Bug #75255 (Request hangs and not finish)
|
/PHP-7.4/ext/standard/tests/serialize/ |
H A D | bug65806.phpt | 58 echo "finish serialize/unserialize" . PHP_EOL; 80 finish serialize/unserialize
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_prompt.h | 42 PHPDBG_COMMAND(finish);
|
H A D | phpdbg_prompt.c | 76 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 D | bug39322.phpt | 20 sleep(1); // wait a bit to let the process finish
|
/PHP-7.4/ext/iconv/tests/ |
H A D | bug48147.phpt | 14 // finish invalid
|
/PHP-7.4/ext/phar/ |
H A D | phar_object.c | 466 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 D | mysqlnd_auth.c | 768 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 D | http_fopen_wrapper.c | 280 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 D | url_scanner_ex.re | 890 goto finish; 908 goto finish; 930 goto finish; 948 finish:
|
H A D | string.c | 5208 goto finish; 5255 goto finish; 5348 goto finish; 5420 goto finish; 5488 finish:
|
/PHP-7.4/ext/hash/tests/ |
H A D | crc32.phpt | 42 echo hash('crc32c', 'He who has a shady past knows that nice guys finish last.'), "\n";
|
/PHP-7.4/docs/ |
H A D | self-contained-extensions.md | 41 It is time to finish the module. Run:
|
/PHP-7.4/sapi/litespeed/ |
H A D | README.md | 171 time allowed when processing a request. If a child process can not finish
|
/PHP-7.4/build/ |
H A D | ltmain.sh | 534 --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 D | ZendAccelerator.c | 4512 goto finish; in accel_preload() 4521 goto finish; in accel_preload() 4651 finish: in accel_preload()
|