/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_stdio.c | 37 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 D | bug38220.phpt | 12 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 D | sqlite3_close_error.phpt | 2 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 D | sqlite3_close_with_params.phpt | 2 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 D | sqlite3_01_open.phpt | 2 SQLite3::open/close tests 11 var_dump($db->close());
|
/PHP-5.3/ext/tokenizer/tests/ |
H A D | token_get_all_basic.phpt | 12 // 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 D | bug60634_error_5.phpt | 2 …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 D | session_set_save_handler_error2.phpt | 11 …* 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 D | bug60634.phpt | 19 function close() { 20 die("close: goodbye cruel world\n"); 39 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | bug60634_error_4.phpt | 19 function close() { 20 echo "close: goodbye cruel world\n"; 41 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | bug60634_error_1.phpt | 19 function close() { 20 echo "close: goodbye cruel world\n"; 40 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
|
H A D | bug60634_error_2.phpt | 19 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 D | compress.c | 303 (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 D | bug64342_0.phpt | 21 $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 D | closedir_variation3.phpt | 2 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 D | DirectoryClass_error_001.phpt | 11 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 D | bug36420.phpt | 2 Bug #36420 (segfault when access result->num_rows after calling result->close()) 16 $result->close(); 19 $mysqli->close();
|
H A D | mysqli_connect_oo.phpt | 30 $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 D | mysqli_stmt_attr_set.phpt | 68 $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 D | 05large_object.phpt | 12 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 D | 002.phpt | 18 $reader->close(); 26 $reader->close(); 31 $reader->close();
|
H A D | 012.phpt | 19 $reader->close(); 37 $reader->close(); 52 $reader->close(); 60 $reader->close();
|
/PHP-5.3/ext/phar/tests/zip/files/ |
H A D | make_invalid_tar.php.inc | 4 function close() 6 parent::close();
|
/PHP-5.3/ext/zip/lib/ |
H A D | zip_fdopen.c | 55 close(fd); in zip_fdopen() 60 close(fd_orig); in zip_fdopen()
|
/PHP-5.3/ext/standard/tests/file/ |
H A D | bug52820.phpt | 27 echo "temp stream (close after):\n"; 30 echo "\nmemory stream (close after):\n"; 35 temp stream (close after): 42 memory stream (close after):
|