Home
last modified time | relevance | path

Searched refs:close (Results 151 – 175 of 655) sorted by relevance

12345678910>>...27

/PHP-5.5/ext/zip/tests/
H A Dbug8009.phpt21 $zip->close();
H A Dbug8700.phpt25 $zip->close();
H A Doo_addemptydir.phpt25 $zip->close();
H A Doo_addfile.phpt26 $zip->close();
/PHP-5.5/ext/mysqli/tests/
H A D069.phpt26 $mysql->close();
H A D072.phpt24 $mysql->close();
H A D067.phpt61 $stmt[$i]->close();
64 $mysql->close();
H A Dbug53503.phpt46 $link->close();
61 $link->close();
H A Dbug66124.phpt62 $stmt->close();
91 $link->close();
H A Dmysqli_pam_sha256.phpt78 $link->close();
100 $res->close();
101 $link->close();
H A Dbug36802.phpt27 $mysql->close();
H A Dmysqli_stmt_attr_get_prefetch.phpt20 $stmt->close();
H A Dbug28817.phpt32 $mysql->close();
H A Dbug64726.phpt18 $db->close();
/PHP-5.5/ext/oci8/tests/
H A Db47243_3.phpt19 // With explicit free and close
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_basic.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
38 var_dump( $d->close() );
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_014.phpt68 Connection: close
75 Connection: close
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_close.phpt2 Sybase-CT close
/PHP-5.5/ext/xmlreader/tests/
H A Dbug42139.phpt24 $reader->close();
H A D006.phpt31 $reader->close();
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-4.phpt77 close stream
89 close socket
/PHP-5.5/ext/dba/tests/
H A Ddba_db4_018.phpt41 echo "Test 5 - close 2nd resource\n";
70 Test 5 - close 2nd resource
/PHP-5.5/ext/standard/tests/file/
H A D007_variation10.phpt38 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation18.phpt38 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation
H A D007_variation2.phpt38 var_dump( fclose($file_handle) ); //Check for close operation on the file handle
39 var_dump( get_resource_type($file_handle) ); //Check whether resource is lost after close operation

Completed in 23 milliseconds

12345678910>>...27