Home
last modified time | relevance | path

Searched refs:close (Results 326 – 350 of 655) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_last_insert_id.phpt24 $res->close();
52 $res->close();
131 $res->close();
173 $res->close();
H A Dbug32405.phpt28 $stmt->close();
H A Dmysqli_error_oo.phpt37 $mysqli->close();
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_04_update.phpt38 var_dump($db->close());
H A Dsqlite3_05_delete.phpt38 var_dump($db->close());
H A Dsqlite3_28_clear_bindings.phpt38 var_dump($db->close());
H A Dsqlite3stmt_paramCount_basic.phpt39 var_dump($db->close());
/PHP-5.5/ext/session/
H A Dmod_user_class.c57 PHP_METHOD(SessionHandler, close) in PHP_METHOD() argument
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_class_016.phpt32 public function close() {
H A Dsession_set_save_handler_class_017.phpt32 public function close() {
H A Dsession_set_save_handler_error4.phpt11 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
H A Dsession_set_save_handler_iface_003.phpt32 public function close() {
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_gzipU.phpt33 $a->close();
H A Dtar_003.phpt23 $tar->close();
H A Dtar_bz2.phpt36 $tar->close();
/PHP-5.5/ext/standard/tests/file/
H A Dfgetc_variation2.phpt23 // close the file
/PHP-5.5/ext/sockets/
H A Dwindows_common.h34 #define close(a) closesocket(a) macro
/PHP-5.5/ext/xmlreader/tests/
H A D008.phpt38 $reader->close();
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_017.phpt48 //close the handles
H A Dcurl_basic_018.phpt57 //close the handles
/PHP-5.5/ext/oci8/tests/
H A Dbug37220.phpt35 $clob->close();
/PHP-5.5/ext/imap/tests/
H A Dimap_close_variation3.phpt15 * Pass different stream types to imap_close() to test whether it can close them
/PHP-5.5/ext/dba/
H A Ddba_db4.c142 dbp->close(dbp, 0);
157 dba->dbp->close(dba->dbp, 0);
/PHP-5.5/
H A DREADME.STREAMS138 …CRITICAL 3 /* an error occurred; origstream is in an unknown state; you should close origstream */
142 When you have finished, remember to close the stream.
155 as a resource! It will close the origstream on success, and this
233 read, write, close, flush, seek, gets and cast operations. Of these, an
234 implementation need only implement write, read, close and flush. The gets
359 Implement the other operations - remember that write, read, close and flush
372 The main thing to remember is that in your close operation you need to release
374 the example above, you need to use mysql_free_result on the rowset, close the
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_debug.c143 self->m->close(self); in MYSQLND_METHOD()
246 self->m->close(self); in MYSQLND_METHOD()
436 MYSQLND_METHOD(mysqlnd_debug, close)(MYSQLND_DEBUG * self) in MYSQLND_METHOD() argument
718 MYSQLND_METHOD(mysqlnd_debug, close),
762 dbg->m->close(dbg); in _mysqlnd_debug()

Completed in 36 milliseconds

1...<<11121314151617181920>>...27