Home
last modified time | relevance | path

Searched refs:close (Results 76 – 100 of 655) sorted by relevance

12345678910>>...27

/PHP-5.5/ext/xmlreader/tests/
H A D013.phpt27 $reader->close();
42 $reader->close();
/PHP-5.5/ext/zip/tests/
H A Doo_namelocate.phpt28 $zip->close();
39 $zip->close();
H A Doo_rename.phpt30 $zip->close();
47 $zip->close();
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_ps_select_union.phpt42 $stmt->close();
68 $stmt->close();
99 $stmt->close();
118 $stmt->close();
148 $stmt->close();
167 $stmt->close();
186 $stmt->close();
207 $stmt->close();
226 $stmt->close();
247 $stmt->close();
[all …]
H A Dbug29311.phpt44 $result->close();
46 $foo[$i]->close();
H A Dbug62046.phpt34 $stmt->close();
35 $link->close();
H A Dmysqli_connect_oo_defaults.phpt44 $mysqli->close();
62 $mysqli->close();
80 $mysqli->close();
98 $mysqli->close();
123 $mysqli->close();
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_iface_002.phpt23 public function close();
41 public function close() {
75 $ret = session_set_save_handler(array($handler, 'open'), array($handler, 'close'),
H A Dsession_module_name_variation3.phpt24 function close() { }
31 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A D024.phpt23 function close()
56 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
71 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
H A D004.phpt22 function close()
55 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
67 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
H A Dsession_set_save_handler_basic.phpt14 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
29 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
43 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A D005.phpt23 function close()
57 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
71 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
84 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
H A D025.phpt24 function close()
65 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
79 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
95 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_signals.c147 close(0); in sig_soft_quit()
231 close(sp[0]); in fpm_signals_init_child()
232 close(sp[1]); in fpm_signals_init_child()
/PHP-5.5/ext/standard/tests/math/
H A Dlog.phpt8 // e ^ log(x) should be close in range to x
21 // base ^ log(x) should be close in range to x
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_008.phpt57 Connection: close
64 Connection: close
/PHP-5.5/Zend/tests/
H A Dbug38779_1.phpt27 var_dump("close!");
45 string(6) "close!"
/PHP-5.5/ext/zip/examples/
H A Dcomment.php6 $z->close();
/PHP-5.5/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
38 Method [ <internal:standard> public method close ] {
/PHP-5.5/ext/standard/
H A Dproc_open.c826 close(descriptors[i].childend); in PHP_FUNCTION()
828 close(descriptors[i].parentend); in PHP_FUNCTION()
868 close(descriptors[i].childend); in PHP_FUNCTION()
873 close(dev_ptmx); in PHP_FUNCTION()
874 close(slave_pty); in PHP_FUNCTION()
894 close(descriptors[i].childend); in PHP_FUNCTION()
896 close(descriptors[i].parentend); in PHP_FUNCTION()
926 close(dev_ptmx); in PHP_FUNCTION()
927 close(slave_pty); in PHP_FUNCTION()
996 close(dev_ptmx); in PHP_FUNCTION()
[all …]
/PHP-5.5/netware/
H A Dsendmail_nw.h2 #define closesocket close
/PHP-5.5/ext/oci8/tests/
H A Dlob_014.phpt2 oci_lob_free()/close()
29 var_dump($blob->close());
/PHP-5.5/ext/standard/tests/dir/
H A Dclosedir_error.phpt8 * Alias to functions: close
28 //successfully close the directory handle so can delete in CLEAN section
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_30_blobopen.phpt23 var_dump($insert_stmt->close());
31 var_dump($db->close());

Completed in 57 milliseconds

12345678910>>...27