Home
last modified time | relevance | path

Searched refs:close (Results 126 – 150 of 655) sorted by relevance

12345678910>>...27

/PHP-5.5/ext/mysqli/tests/
H A D070.phpt14 $mysql->close();
H A Dmysqli_auth_pam.phpt31 $res->close();
82 $res->close();
83 $link->close();
H A D048.phpt38 $stmt->close();
40 $mysql->close();
H A Dbug42548.phpt37 $objResult->close();
50 $mysqli->close();
H A D056.phpt20 $foo->close();
H A Dbug33090.phpt20 $link->close();
H A Dbug30967.phpt23 $mysql->close();
H A Dbug45019.phpt48 $stmt->close();
50 $link->close();
H A D071.phpt39 $mysql->close();
66 $mysql->close();
/PHP-5.5/Zend/tests/generators/
H A Dno_foreach_var_leaks.phpt2 foreach() (and other) variables aren't leaked on premature close
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_close_default.phpt2 Sybase-CT close default connection
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_trace_pread.c52 close(mem_file); in fpm_trace_close()
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_iface_001.phpt32 public function close() {
59 session_set_save_handler(array($handler, 'open'), array($handler, 'close'),
H A Dsession_set_save_handler_class_002.phpt32 public function close() {
59 session_set_save_handler(array($handler, 'open'), array($handler, 'close'),
H A Dbug31454.phpt10 array(&$arf, 'close'),
/PHP-5.5/ext/oci8/tests/
H A Dlob_021.phpt2 oci_lob_free()/close()
27 var_dump($blob->close());
H A Db47243_2.phpt20 // no explicit close
H A Db47243_1.phpt19 // No explicit free or close
/PHP-5.5/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
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_32_createAggregate_paramCount.phpt15 $db->close();
/PHP-5.5/ext/zip/tests/
H A Dbug11216.phpt15 $archive->close();
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation3.phpt22 * Description: Directory class with properties, handle and class and methods read, rewind and close
56 // Open directory with different permission values, read and close, expected: none of them to succe…
80 // close directory
81 $d->close();
/PHP-5.5/ext/interbase/tests/
H A D002.phpt2 InterBase: connect, close and pconnect

Completed in 43 milliseconds

12345678910>>...27