Home
last modified time | relevance | path

Searched refs:close (Results 376 – 400 of 655) sorted by relevance

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_unix.c288 close(fpm_globals.send_config_pipe[0]); /* close the read side of the pipe */ in fpm_unix_init_main()
292 close(fpm_globals.send_config_pipe[1]); /* close the write side of the pipe */ in fpm_unix_init_main()
H A Dfpm_log.c55 close(fd); in fpm_log_open()
91 close(wp->log_fd); in fpm_log_init_child()
/PHP-5.5/ext/mysqli/tests/
H A Dbug55283.phpt35 $link->close();
H A Dbug51647.phpt35 $link->close();
H A Dmysqli_stmt_execute_stored_proc_out.phpt54 …printf("[012] Cannot close statement, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stm…
H A Dmysqli_character_set_name_oo.phpt58 $mysqli->close();
/PHP-5.5/ext/pdo_mysql/
H A Dpdo_mysql.c195 dbg->m->close(dbg); in PHP_RSHUTDOWN_FUNCTION()
/PHP-5.5/ext/dba/
H A Ddba_dbm.c50 close(fd);
H A Ddba_db1.c93 dba->dbp->close(dba->dbp); in DBA_CLOSE_FUNC()
H A Dphp_dba.h78 void (*close)(dba_info * TSRMLS_DC); member
H A Ddba_db2.c95 dba->dbp->close(dba->dbp, 0); in DBA_CLOSE_FUNC()
/PHP-5.5/ext/sysvmsg/tests/
H A D005.phpt18 msg_remove_queue($q) or die("Failed to close queue");
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_closures.phpt14 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
/PHP-5.5/ext/oci8/tests/
H A Dxmltype_01.phpt67 $lob->close();
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation13.phpt39 // close the file if the mode to be used is read mode and re-open using read mode
59 // close the file
H A Dfgetcsv_variation20.phpt40 // close the file if the mode to be used is read mode and re-open using read mode
61 // close the file
H A Dfgetc_variation1.phpt40 // close the file handle
/PHP-5.5/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt76 echo "test append all / read / close\n";
172 test append all / read / close
/PHP-5.5/ext/session/
H A Dmod_user.c111 retval = ps_call_handler(PSF(close), 0, NULL TSRMLS_CC); in PS_CLOSE_FUNC()
/PHP-5.5/ext/phar/tests/tar/
H A Drefcount1.phpt31 $tar->close();
/PHP-5.5/ext/curl/tests/
H A Dbug48203_multi.phpt34 fclose($fp); // <-- premature close of $fp caused a crash!
/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt32 var_dump($session->close());
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation1.phpt89 // close the file resource used
/PHP-5.5/TSRM/
H A Dtsrm_nw.c210 close(pipe_handle);
/PHP-5.5/main/
H A Dphp_open_temporary_file.c323 close(fd); in php_open_temporary_file()

Completed in 40 milliseconds

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