/PHP-8.1/sapi/fpm/fpm/ |
H A D | fpm_stdio.c | 38 close(fd); in fpm_stdio_init_main() 41 close(fd); in fpm_stdio_init_main() 325 close(fd_stdout[1]); 326 close(fd_stderr[1]); 346 close(fd_stdout[1]); 347 close(fd_stderr[1]); 349 close(fd_stdout[0]); 350 close(fd_stderr[0]); 360 close(fd_stdout[0]); close(fd_stdout[1]); 361 close(fd_stderr[0]); close(fd_stderr[1]); [all …]
|
/PHP-8.1/Zend/tests/ |
H A D | bug38220.phpt | 12 function close() { 13 echo "close(): {$this->obj->i}\n"; 41 $this->close(); 71 before call close 76 close(): 1 77 after call close 86 before call close 91 close(): 2 92 after call close
|
/PHP-8.1/ext/standard/tests/http/ |
H A D | bug61548.phpt | 47 Connection: close 54 Connection: close 61 Connection: close 68 Connection: close 75 Connection: close 83 Connection: close 90 Connection: close 97 Connection: close 103 Connection: close 110 Connection: close [all …]
|
H A D | bug65634.phpt | 37 echo "HTTP/1.0, connection: close:\n"; 38 do_test('1.0', 'close'); 46 echo "HTTP/1.1, connection: close:\n"; 47 do_test('1.1', 'close'); 56 Connection: close 58 HTTP/1.0, connection: close: 61 Connection: close 71 Connection: close 73 HTTP/1.1, connection: close: 76 Connection: close
|
H A D | bug67430.phpt | 23 "data://text/plain,HTTP/1.1 200\r\nConnection: close\r\n\r\n", 42 Connection: close 46 Connection: close 50 Connection: close
|
H A D | bug38802.phpt | 93 Connection: close 97 Connection: close 101 Connection: close 105 Connection: close 114 Connection: close 118 Connection: close 127 Connection: close 136 Connection: close 150 Connection: close 164 Connection: close [all …]
|
H A D | ignore_errors.phpt | 67 Connection: close 76 Connection: close 90 Connection: close 103 Connection: close 117 Connection: close 130 Connection: close
|
/PHP-8.1/ext/session/tests/ |
H A D | session_set_save_handler_class_013.phpt | 2 Test session_set_save_handler() : incorrect arguments for existing handler close 15 echo "*** Testing session_set_save_handler() : incorrect arguments for existing handler close ***\n… 29 public function close(): bool { 30 return parent::close(false); 42 *** Testing session_set_save_handler() : incorrect arguments for existing handler close *** 52 Fatal error: Uncaught ArgumentCountError: SessionHandler::close() expects exactly 0 arguments, 1 gi… 54 #0 %s(%d): SessionHandler->close(false) 55 #1 [internal function]: MySession->close()
|
H A D | bug60634_error_5.phpt | 2 …mentation fault when trying to die() in SessionHandler::write()) - fatal error in close during exec 20 function close() { 21 echo "close: goodbye cruel world\n"; 41 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc'); 48 close: goodbye cruel world 52 #0 [internal function]: close()
|
H A D | session_set_save_handler_class_006.phpt | 2 Test session_set_save_handler() : using objects in close 15 echo "*** Testing session_set_save_handler() : using objects in close ***\n"; 26 public function close(): bool { 29 return parent::close(); 42 *** Testing session_set_save_handler() : using objects in close ***
|
H A D | bug60634_error_1.phpt | 20 function close() { 21 echo "close: goodbye cruel world\n"; 42 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc'); 48 FIXME: Something wrong. It should try to close after error, otherwise session
|
H A D | bug60634.phpt | 20 function close() { 21 die("close: goodbye cruel world\n"); 40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
/PHP-8.1/ext/tokenizer/tests/ |
H A D | token_get_all_basic.phpt | 9 // with php open/close tags 11 echo "-- source string with PHP open and close tags --\n"; 14 // without php open/close tags testing for T_INLINE_HTML 16 echo "-- source string without PHP open and close tags --\n"; 23 -- source string with PHP open and close tags -- 82 -- source string without PHP open and close tags --
|
/PHP-8.1/ext/zip/tests/ |
H A D | bug64342_0.phpt | 19 $res = $zip->close(); 21 echo "close ok\n"; 23 echo "close failed\n"; 42 close ok
|
H A D | bug70322.phpt | 2 Bug #70322 (ZipArchive::close() doesn't indicate errors) 4 We want to test whether ZipArchive::close() returns FALSE and raises a warning 18 var_dump($zip->close()); 26 Warning: ZipArchive::close(): %s: No such file or directory in %s%ebug70322.php on line %d
|
/PHP-8.1/ext/standard/tests/dir/ |
H A D | closedir_variation3.phpt | 2 Test closedir() function : usage variations - close a file pointer 6 * Create a file pointer using fopen() then try to close it using closedir() 14 echo "\n-- Try to close the file pointer using closedir() --\n"; 33 -- Try to close the file pointer using closedir() --
|
/PHP-8.1/Zend/tests/fibers/ |
H A D | suspend-in-force-close-fiber.phpt | 20 …ncaught FiberError: Cannot suspend in a force-closed fiber in %ssuspend-in-force-close-fiber.php:%d 22 #0 %ssuspend-in-force-close-fiber.php(%d): Fiber::suspend() 25 thrown in %ssuspend-in-force-close-fiber.php on line %d
|
H A D | suspend-in-force-close-fiber-after-shutdown.phpt | 22 … FiberError: Cannot suspend in a force-closed fiber in %ssuspend-in-force-close-fiber-after-shutdo… 24 #0 %ssuspend-in-force-close-fiber-after-shutdown.php(%d): Fiber::suspend() 27 thrown in %ssuspend-in-force-close-fiber-after-shutdown.php on line %d
|
H A D | no-switch-force-close-finally.phpt | 26 …rError: Cannot switch fibers in current execution context in %sno-switch-force-close-finally.php:%d 28 #0 %sno-switch-force-close-finally.php(%d): Fiber->start() 31 thrown in %sno-switch-force-close-finally.php on line %d
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | bug36420.phpt | 2 Bug #36420 (segfault when access result->num_rows after calling result->close()) 17 $result->close(); 24 $mysqli->close();
|
H A D | mysqli_stmt_attr_set.phpt | 44 $stmt->close(); 62 $res->close(); 63 $stmt->close(); 82 $res->close(); 83 $stmt->close(); 102 $res->close(); 103 $stmt->close(); 132 $stmt->close(); 142 $stmt->close(); 156 $stmt->close(); [all …]
|
/PHP-8.1/ext/zip/examples/ |
H A D | encryption.php | 17 $zip->close(); 26 $zip->close(); 38 $zip->close();
|
/PHP-8.1/ext/xmlreader/tests/ |
H A D | 002.phpt | 21 $reader->close(); 29 $reader->close(); 34 $reader->close();
|
/PHP-8.1/ext/sqlite3/tests/ |
H A D | sqlite3_01_open.phpt | 2 SQLite3::open/close tests 11 var_dump($db->close());
|
/PHP-8.1/ext/phar/tests/zip/files/ |
H A D | make_invalid_tar.php.inc | 4 function close() 6 parent::close();
|