Searched refs:close (Results 76 – 100 of 770) sorted by relevance
12345678910>>...31
/PHP-8.0/ext/standard/tests/directory/ |
H A D | DirectoryClass_error_001-mb.phpt | 24 var_dump($d->close()); 44 var_dump($d->close()); 60 Directory::close(): supplied argument is not a valid Directory resource
|
H A D | DirectoryClass_basic_001.phpt | 6 * 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 D | expand_error.phpt | 23 $reader->close(); 28 $reader->close();
|
H A D | 013.phpt | 26 $reader->close(); 41 $reader->close();
|
H A D | bug71805.phpt | 22 $XR->close(); 29 $XR->close();
|
/PHP-8.0/ext/zip/tests/ |
H A D | bug70103.phpt | 17 $zip->close(); 23 $zip->close();
|
H A D | oo_cancel.phpt | 29 var_dump($zip->close()); 39 Warning: ZipArchive::close(): Operation cancelled in %s
|
H A D | bug80833.phpt | 17 $create_zip->close(); 40 // Archive close before the stream 43 $extract_zip->close();
|
H A D | oo_getnameindex.phpt | 27 $zip->close(); 39 $zip->close();
|
H A D | oo_namelocate.phpt | 27 $zip->close(); 38 $zip->close();
|
H A D | bug77978.phpt | 17 $zip->close(); 22 $zip->close();
|
/PHP-8.0/ext/standard/ |
H A D | dir.stub.php | 11 public function close() {} function in Directory
|
/PHP-8.0/sapi/cli/tests/ |
H A D | php_cli_server_008.phpt | 49 Connection: close 57 Connection: close
|
/PHP-8.0/ext/session/tests/ |
H A D | session_set_save_handler_error3.phpt | 19 function close() { return true; } 25 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
H A D | session_module_name_variation3.phpt | 19 function close() { return true; } 26 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
|
/PHP-8.0/ext/zip/examples/ |
H A D | comment.php | 6 $z->close();
|
H A D | addglob.php | 13 $z->close();
|
H A D | addpattern.php | 12 $z->close();
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | bug34785.phpt | 36 $stmt->close(); 42 $result->close();
|
H A D | mysqli_close_oo.phpt | 19 $tmp = $mysqli->close(); 24 $mysqli->close();
|
H A D | bug35103.phpt | 35 $stmt->close(); 48 $stmt->close(); 52 $mysql->close();
|
/PHP-8.0/ext/oci8/tests/ |
H A D | lob_014.phpt | 2 oci_lob_free()/close() 29 var_dump($blob->close());
|
/PHP-8.0/ext/standard/tests/http/ |
H A D | bug53198.phpt | 49 Connection: close 56 Connection: close
|
/PHP-8.0/ext/standard/tests/file/windows_mb_path/ |
H A D | bug71509.phpt | 35 $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 D | log.phpt | 8 // 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