Home
last modified time | relevance | path

Searched refs:close (Results 451 – 475 of 655) sorted by relevance

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

/PHP-5.5/main/streams/
H A Dplain_wrapper.c196 close(fd); in _php_stream_fopen_temporary_file()
222 close(fd); in _php_stream_fopen_tmpfile()
444 ret = close(data->fd); in php_stdiop_close()
1012 close(fd); in _php_stream_fopen()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_bool.phpt139 // close resources
H A Dis_null.phpt139 // close the resources used
H A Dis_string.phpt152 // close the resources used
H A Dstrval.phpt153 // close the resources used
H A Dis_numeric.phpt158 // close the resources used
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_debug.h40 enum_func_status (*close)(MYSQLND_DEBUG * self); member
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_ini.phpt91 $link->close();
H A Dmysqli_affected_rows_oo.phpt102 $mysqli->close();
/PHP-5.5/ext/standard/tests/strings/
H A Djoin_variation2.phpt97 // close the resources used
H A Dprintf_variation1.phpt109 // close the resource
H A Dsprintf_variation1.phpt103 // close the resource
/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_basic1.phpt58 // close the file
H A Dfgetc_variation4.phpt44 // close the file
H A Dfgetss_variation4.phpt68 // close the file
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h51 int (*close)(sqlite3*); member
302 #define sqlite3_close sqlite3_api->close
/PHP-5.5/ext/standard/tests/array/
H A Darray_merge_recursive_variation2.phpt96 // close the file resource used
H A Darray_merge_recursive_variation4.phpt75 // close the file resource used
H A Darray_merge_recursive_variation5.phpt75 // close the file resource used
H A Darray_reverse_variation2.phpt94 // close the file resouce used
/PHP-5.5/ext/session/
H A Dphp_session.h292 extern PHP_METHOD(SessionHandler, close);
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_error.phpt11 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c79 # define closesocket(s) close(s)
1137 close(req->fd); in fcgi_close()
1312 int fcgi_flush(fcgi_request *req, int close) argument
1320 if (close) {
/PHP-5.5/ext/standard/
H A Dphp_fopen_wrapper.c374 close(fd); in php_stream_url_wrap_php()
/PHP-5.5/ext/standard/tests/dir/
H A Dclosedir_variation1.phpt8 * Alias to functions: close

Completed in 99 milliseconds

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