Home
last modified time | relevance | path

Searched refs:close (Results 176 – 200 of 767) sorted by relevance

12345678910>>...31

/PHP-7.4/ext/mysqli/tests/
H A Dbug42548.phpt37 $objResult->close();
50 $mysqli->close();
H A Dbug76386.phpt50 $link->close();
79 $link->close();
103 $link->close();
H A D069.phpt26 $mysql->close();
H A D072.phpt24 $mysql->close();
H A D071.phpt39 $mysql->close();
66 $mysql->close();
/PHP-7.4/ext/xmlreader/tests/
H A Dbug42139.phpt22 $reader->close();
/PHP-7.4/ext/oci8/tests/
H A Db47243_3.phpt19 // With explicit free and close
/PHP-7.4/ext/sqlite3/tests/
H A Dbug71049.phpt18 $db->close();
/PHP-7.4/sapi/fpm/tests/
H A Dsocket-ipv4-basic.phpt27 $tester->close();
H A Dsocket-ipv6-basic.phpt30 $tester->close();
/PHP-7.4/ext/zip/tests/
H A Dbug8009.phpt20 $zip->close();
H A Doo_addemptydir_error.phpt26 $zip->close();
/PHP-7.4/sapi/cli/tests/
H A Dbug67429_1.phpt35 Connection: close
H A Dbug67429_2.phpt35 Connection: close
H A Dphp_cli_server_020.phpt32 Connection: close
H A Dbug66830.phpt36 Connection: close
H A Dbug65066_100.phpt33 Connection: close
H A Dbug71005.phpt38 Connection: close
H A Dphp_cli_server_018.phpt36 Connection: close
H A Dbug81305.phpt32 Connection: close
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation3.phpt14 * Description: Directory class with properties, handle and class and methods read, rewind and close
48 // Open directory with different permission values, read and close, expected: none of them to succe…
72 // close directory
73 $d->close();
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_class_002.phpt32 public function close() {
60 session_set_save_handler(array($handler, 'open'), array($handler, 'close'),
/PHP-7.4/ext/standard/tests/file/
H A D007_variation1.phpt36 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
37 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation17.phpt36 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
37 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation9.phpt36 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
37 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation

Completed in 30 milliseconds

12345678910>>...31