Home
last modified time | relevance | path

Searched refs:close (Results 76 – 100 of 770) sorted by relevance

12345678910>>...31

/PHP-8.0/ext/standard/tests/directory/
H A DDirectoryClass_error_001-mb.phpt24 var_dump($d->close());
44 var_dump($d->close());
60 Directory::close(): supplied argument is not a valid Directory resource
H A DDirectoryClass_basic_001.phpt6 * Description: Directory class with properties, handle and class and methods read, rewind and close
42 Method [ <internal:standard> public method close ] {
/PHP-8.0/ext/xmlreader/tests/
H A Dexpand_error.phpt23 $reader->close();
28 $reader->close();
H A D013.phpt26 $reader->close();
41 $reader->close();
H A Dbug71805.phpt22 $XR->close();
29 $XR->close();
/PHP-8.0/ext/zip/tests/
H A Dbug70103.phpt17 $zip->close();
23 $zip->close();
H A Doo_cancel.phpt29 var_dump($zip->close());
39 Warning: ZipArchive::close(): Operation cancelled in %s
H A Dbug80833.phpt17 $create_zip->close();
40 // Archive close before the stream
43 $extract_zip->close();
H A Doo_getnameindex.phpt27 $zip->close();
39 $zip->close();
H A Doo_namelocate.phpt27 $zip->close();
38 $zip->close();
H A Dbug77978.phpt17 $zip->close();
22 $zip->close();
/PHP-8.0/ext/standard/
H A Ddir.stub.php11 public function close() {} function in Directory
/PHP-8.0/sapi/cli/tests/
H A Dphp_cli_server_008.phpt49 Connection: close
57 Connection: close
/PHP-8.0/ext/session/tests/
H A Dsession_set_save_handler_error3.phpt19 function close() { return true; }
25 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dsession_module_name_variation3.phpt19 function close() { return true; }
26 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
/PHP-8.0/ext/zip/examples/
H A Dcomment.php6 $z->close();
H A Daddglob.php13 $z->close();
H A Daddpattern.php12 $z->close();
/PHP-8.0/ext/mysqli/tests/
H A Dbug34785.phpt36 $stmt->close();
42 $result->close();
H A Dmysqli_close_oo.phpt19 $tmp = $mysqli->close();
24 $mysqli->close();
H A Dbug35103.phpt35 $stmt->close();
48 $stmt->close();
52 $mysql->close();
/PHP-8.0/ext/oci8/tests/
H A Dlob_014.phpt2 oci_lob_free()/close()
29 var_dump($blob->close());
/PHP-8.0/ext/standard/tests/http/
H A Dbug53198.phpt49 Connection: close
56 Connection: close
/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Dbug71509.phpt35 $return_code = $zipfile->close();
36 if ($return_code != true) die("Failed to close archive: " . $zipfile->getStatusString());
/PHP-8.0/ext/standard/tests/math/
H A Dlog.phpt8 // e ^ log(x) should be close in range to x
21 // base ^ log(x) should be close in range to x

Completed in 25 milliseconds

12345678910>>...31