Home
last modified time | relevance | path

Searched refs:close (Results 26 – 50 of 655) sorted by relevance

12345678910>>...27

/PHP-5.5/ext/xmlreader/tests/
H A D012.phpt19 $reader->close();
37 $reader->close();
52 $reader->close();
60 $reader->close();
H A D007.phpt25 $reader->close();
41 $reader->close();
49 $reader->close();
/PHP-5.5/sapi/cli/tests/
H A Dbug43177.phpt61 Connection: close
68 Connection: close
74 Connection: close
80 Connection: close
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_attr_set.phpt68 $stmt->close();
88 $res->close();
89 $stmt->close();
108 $res->close();
109 $stmt->close();
128 $res->close();
129 $stmt->close();
165 $stmt->close();
175 $stmt->close();
189 $stmt->close();
[all …]
H A Dbug36949.phpt21 $result->close();
25 $this->mysqli->close();
39 $result->close();
43 $this->mysqli->close();
H A D054.phpt2 free resultset after close
13 * free resultset after close
H A Dmysqli_close_oo.phpt20 if (!is_null($tmp = @$mysqli->close($link)))
23 $tmp = $mysqli->close();
27 if (!is_null($tmp = @$mysqli->close()))
H A Dbug39457.phpt2 Bug #39457 (Multiple invoked OO connections never close)
17 $mysql->close();
H A D051.phpt2 free statement after close
13 * free statement after close
H A D052.phpt2 call statement after close
13 * statement call after close
H A D064.phpt18 $stmt->close();
19 $mysql->close();
H A D063.phpt18 $stmt->close();
19 $mysql->close();
H A D062.phpt19 $myresult->close();
20 $mysql->close();
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_01_open.phpt2 SQLite3::open/close tests
11 var_dump($db->close());
H A Dbug47159.phpt12 var_dump($stmt->close());
14 var_dump($db->close());
/PHP-5.5/ext/zip/tests/
H A Dbug47667.phpt18 $zip->close();
27 $zip->close();
36 $zip->close();
H A Doo_close.phpt2 zip::close() function
18 $zip->close();
/PHP-5.5/ext/session/tests/
H A Dbug60634_error_2.phpt17 function close() {
18 echo "close: goodbye cruel world\n";
38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug32330.phpt24 echo "close\n";
75 close
80 close
85 close
H A Dsession_set_save_handler_error3.phpt14 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
24 function close() { return true; }
30 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_close_notopen.phpt2 Sybase-CT close not open
18 Warning: sybase_close(): Sybase: No connection to close in %s on line %d
/PHP-5.5/ext/oci8/tests/
H A Dbug44008.phpt2 Bug #44008 (Incorrect usage of OCI-Lob->close crashes PHP)
33 // OCI-LOB->close() is documented for use only with OCI-Lob->writeTemporary()
34 $textLob->close();
H A Dlob_041.phpt23 echo "Test 1 - explicit statement close\n";
34 echo "\nTest 2 - implicit statement close\n";
68 Test 1 - explicit statement close
71 Test 2 - implicit statement close
/PHP-5.5/ext/standard/tests/file/
H A Dbug52820.phpt29 echo "temp stream (close after):\n";
32 echo "\nmemory stream (close after):\n";
43 temp stream (close after):
48 memory stream (close after):
/PHP-5.5/ext/standard/tests/dir/
H A Drewinddir_variation2.phpt12 * Open and close a directory handle then call rewinddir() to test behaviour
20 echo "\n-- Create the directory handle, read and close the directory --\n";
37 -- Create the directory handle, read and close the directory --

Completed in 25 milliseconds

12345678910>>...27