Home
last modified time | relevance | path

Searched refs:close (Results 226 – 250 of 770) sorted by relevance

12345678910>>...31

/PHP-8.0/sapi/fpm/tests/
H A Dbug80849-fpm.phpt33 $tester->close();
H A Dbug68458-pm-no-start-server.phpt32 $tester->close();
H A Dbug68381-log-level-warning.phpt31 $tester->close();
H A Dfastcgi_finish_request_basic.phpt35 $tester->close();
/PHP-8.0/ext/fileinfo/libmagic/
H A Dcompress.c509 (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 Dsqlite3_arginfo.h154 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 D007_variation22.phpt26 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 D007_variation6.phpt26 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 D007_variation14.phpt26 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 D067.phpt59 $stmt[$i]->close();
62 $mysql->close();
H A Dbug53503.phpt48 $link->close();
63 $link->close();
H A Dbug66124.phpt62 $stmt->close();
91 $link->close();
H A Dbug73800.phpt17 $link->close();
H A Dbug28817.phpt36 $mysql->close();
/PHP-8.0/ext/session/tests/
H A Dsession_set_save_handler_variation5.phpt31 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 Ddba015.phpt41 echo "Test 5 - close 2nd resource\n";
67 Test 5 - close 2nd resource
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.stub.php8 public function close() {} function in XMLReader
/PHP-8.0/ext/zip/tests/
H A Doo_getcomment.phpt28 $zip->close();
H A Doo_getstatusstring.phpt18 $arch->close();
/PHP-8.0/sapi/cli/tests/
H A Dbug65633.phpt36 Connection: close
H A Dphp_cli_server_007.phpt33 Connection: close
/PHP-8.0/ext/sqlite3/tests/
H A Dsqlite3_22_loadextension.phpt24 var_dump($db->close());
/PHP-8.0/ext/snmp/tests/
H A Dbug60749.phpt25 var_dump($session->close());
/PHP-8.0/ext/ftp/tests/
H A Dbug39583-2.phpt29 // close the FTP stream
H A Dbug39583.phpt30 // close the FTP stream

Completed in 29 milliseconds

12345678910>>...31