Searched refs:close (Results 226 – 250 of 770) sorted by relevance
12345678910>>...31
/PHP-8.0/sapi/fpm/tests/ |
H A D | bug80849-fpm.phpt | 33 $tester->close();
|
H A D | bug68458-pm-no-start-server.phpt | 32 $tester->close();
|
H A D | bug68381-log-level-warning.phpt | 31 $tester->close();
|
H A D | fastcgi_finish_request_basic.phpt | 35 $tester->close();
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | compress.c | 509 (void)close(tfd); in file_pipe2file() 712 (void) close(fd[i]); in closefd() 875 (void) close(fd); in uncompressbuf() 878 (void) close(fdp[STDIN_FILENO][0]); in uncompressbuf() 880 (void) close(fdp[STDIN_FILENO][1]); in uncompressbuf() 884 (void) close(fdp[STDOUT_FILENO][1]); in uncompressbuf() 886 (void) close(fdp[STDOUT_FILENO][0]); in uncompressbuf() 889 (void) close(fdp[STDERR_FILENO][1]); in uncompressbuf() 891 (void) close(fdp[STDERR_FILENO][0]); in uncompressbuf()
|
/PHP-8.0/ext/sqlite3/ |
H A D | sqlite3_arginfo.h | 154 ZEND_METHOD(SQLite3, close); 184 ZEND_METHOD(SQLite3Stmt, close); 202 ZEND_ME(SQLite3, close, arginfo_class_SQLite3_close, ZEND_ACC_PUBLIC) 237 ZEND_ME(SQLite3Stmt, close, arginfo_class_SQLite3Stmt_close, ZEND_ACC_PUBLIC)
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | 007_variation22.phpt | 26 var_dump( fclose($file_handle) ); //Check for close operation on the file handle 27 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
|
H A D | 007_variation6.phpt | 26 var_dump( fclose($file_handle) ); //Check for close operation on the file handle 27 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
|
H A D | 007_variation14.phpt | 26 var_dump( fclose($file_handle) ); //Check for close operation on the file handle 27 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | 067.phpt | 59 $stmt[$i]->close(); 62 $mysql->close();
|
H A D | bug53503.phpt | 48 $link->close(); 63 $link->close();
|
H A D | bug66124.phpt | 62 $stmt->close(); 91 $link->close();
|
H A D | bug73800.phpt | 17 $link->close();
|
H A D | bug28817.phpt | 36 $mysql->close();
|
/PHP-8.0/ext/session/tests/ |
H A D | session_set_save_handler_variation5.phpt | 31 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc", "create_… 40 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc", "create_…
|
/PHP-8.0/ext/dba/tests/ |
H A D | dba015.phpt | 41 echo "Test 5 - close 2nd resource\n"; 67 Test 5 - close 2nd resource
|
/PHP-8.0/ext/xmlreader/ |
H A D | php_xmlreader.stub.php | 8 public function close() {} function in XMLReader
|
/PHP-8.0/ext/zip/tests/ |
H A D | oo_getcomment.phpt | 28 $zip->close();
|
H A D | oo_getstatusstring.phpt | 18 $arch->close();
|
/PHP-8.0/sapi/cli/tests/ |
H A D | bug65633.phpt | 36 Connection: close
|
H A D | php_cli_server_007.phpt | 33 Connection: close
|
/PHP-8.0/ext/sqlite3/tests/ |
H A D | sqlite3_22_loadextension.phpt | 24 var_dump($db->close());
|
/PHP-8.0/ext/snmp/tests/ |
H A D | bug60749.phpt | 25 var_dump($session->close());
|
/PHP-8.0/ext/ftp/tests/ |
H A D | bug39583-2.phpt | 29 // close the FTP stream
|
H A D | bug39583.phpt | 30 // close the FTP stream
|
Completed in 33 milliseconds
12345678910>>...31