Home
last modified time | relevance | path

Searched refs:close (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_stdio.c37 close(fd); in fpm_stdio_init_main()
40 close(fd); in fpm_stdio_init_main()
219 close(fd_stdout[1]); in fpm_stdio_parent_use_pipes()
220 close(fd_stderr[1]); in fpm_stdio_parent_use_pipes()
240 close(fd_stdout[1]); in fpm_stdio_discard_pipes()
241 close(fd_stderr[1]); in fpm_stdio_discard_pipes()
243 close(fd_stdout[0]); in fpm_stdio_discard_pipes()
244 close(fd_stderr[0]); in fpm_stdio_discard_pipes()
254 close(fd_stdout[0]); close(fd_stdout[1]); in fpm_stdio_child_use_pipes()
255 close(fd_stderr[0]); close(fd_stderr[1]); in fpm_stdio_child_use_pipes()
[all …]
/PHP-5.3/Zend/tests/
H A Dbug38220.phpt12 function close() {
13 echo "close(): {$this->obj->i}\n";
41 $this->close();
71 before call close
76 close(): 1
77 after call close
86 before call close
91 close(): 2
92 after call close
/PHP-5.3/ext/sqlite3/tests/
H A Dsqlite3_close_error.phpt2 SQLite3::close parameters
12 echo 'Testing SQLite3 close with one parameter' . PHP_EOL;
13 $db->close('parameter');
18 Testing SQLite3 close with one parameter
20 Warning: SQLite3::close() expects exactly 0 parameters, 1 given in %s on line %d
H A Dsqlite3_close_with_params.phpt2 SQLite3::close test with parameters
12 var_dump($db->close('invalid argument'));
16 Warning: SQLite3::close() expects exactly 0 parameters, 1 given in %s on line %d
H A Dsqlite3_01_open.phpt2 SQLite3::open/close tests
11 var_dump($db->close());
/PHP-5.3/ext/tokenizer/tests/
H A Dtoken_get_all_basic.phpt12 // with php open/close tags
14 echo "-- source string with PHP open and close tags --\n";
17 // without php open/close tags testing for T_INLINE_HTML
19 echo "-- source string without PHP open and close tags --\n";
26 -- source string with PHP open and close tags --
85 -- source string without PHP open and close tags --
/PHP-5.3/ext/session/tests/
H A Dbug60634_error_5.phpt2 …mentation fault when trying to die() in SessionHandler::write()) - fatal error in close during exec
19 function close() {
20 echo "close: goodbye cruel world\n";
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
47 close: goodbye cruel world
H A Dsession_set_save_handler_error2.phpt11 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
19 function close() { return true; }
25 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
35 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dbug60634.phpt19 function close() {
20 die("close: goodbye cruel world\n");
39 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_4.phpt19 function close() {
20 echo "close: goodbye cruel world\n";
41 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_1.phpt19 function close() {
20 echo "close: goodbye cruel world\n";
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_2.phpt19 function close() {
20 echo "close: goodbye cruel world\n";
40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
/PHP-5.3/ext/fileinfo/libmagic/
H A Dcompress.c303 (void)close(tfd); in file_pipe2file()
405 (void) close(0); in uncompressbuf()
415 (void) close(1); in uncompressbuf()
417 (void) close(fdout[0]); in uncompressbuf()
418 (void) close(fdout[1]); in uncompressbuf()
421 (void)close(2); in uncompressbuf()
437 (void) close(fdout[1]); in uncompressbuf()
439 (void) close(fdin[0]); in uncompressbuf()
469 (void) close(fdin[1]); in uncompressbuf()
491 (void) close(fdin[1]); in uncompressbuf()
[all …]
/PHP-5.3/ext/zip/tests/
H A Dbug64342_0.phpt21 $res = $zip->close();
23 echo "close ok\n";
25 echo "close failed\n";
41 close ok
/PHP-5.3/ext/standard/tests/dir/
H A Dclosedir_variation3.phpt2 Test closedir() function : usage variations - close a file pointer
8 * Alias to functions: close
12 * Create a file pointer using fopen() then try to close it using closedir()
20 echo "\n-- Try to close the file pointer using closedir() --\n";
37 -- Try to close the file pointer using closedir() --
/PHP-5.3/ext/standard/tests/directory/
H A DDirectoryClass_error_001.phpt11 var_dump($d->close());
18 var_dump($d->close());
24 var_dump($d->close(1,2));
36 Warning: Directory::close(): supplied argument is not a valid Directory resource in %s on line %d
47 Warning: Directory::close(): Unable to find my handle property in %s on line %d
58 Warning: Directory::close() expects at most 1 parameter, 2 given in %s on line %d
/PHP-5.3/ext/mysqli/tests/
H A Dbug36420.phpt2 Bug #36420 (segfault when access result->num_rows after calling result->close())
16 $result->close();
19 $mysqli->close();
H A Dmysqli_connect_oo.phpt30 $mysqli->close();
37 $mysqli->close();
44 $mysqli->close();
51 $mysqli->close();
64 $mysqli->close();
93 $mysqli->close();
101 $mysqli->close();
110 $mysqli->close();
119 $mysqli->close();
128 $mysqli->close();
[all …]
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 …]
/PHP-5.3/ext/pgsql/tests/
H A D05large_object.phpt12 echo "create/write/close LO\n";
22 echo "open/read/tell/seek/close LO\n";
31 echo "open/read_all/close LO\n";
74 create/write/close LO
75 open/read/tell/seek/close LO
76 open/read_all/close LO
/PHP-5.3/ext/xmlreader/tests/
H A D002.phpt18 $reader->close();
26 $reader->close();
31 $reader->close();
H A D012.phpt19 $reader->close();
37 $reader->close();
52 $reader->close();
60 $reader->close();
/PHP-5.3/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc4 function close()
6 parent::close();
/PHP-5.3/ext/zip/lib/
H A Dzip_fdopen.c55 close(fd); in zip_fdopen()
60 close(fd_orig); in zip_fdopen()
/PHP-5.3/ext/standard/tests/file/
H A Dbug52820.phpt27 echo "temp stream (close after):\n";
30 echo "\nmemory stream (close after):\n";
35 temp stream (close after):
42 memory stream (close after):

Completed in 47 milliseconds

12345678910>>...24