Home
last modified time | relevance | path

Searched refs:close (Results 1 – 25 of 767) sorted by last modified time

12345678910>>...31

/PHP-7.4/
H A DNEWS2816 close tag). (Laruence)
2820 close tag with newline). (Nikita)
/PHP-7.4/main/streams/
H A Dstreams.c477 ret = stream->ops->close(stream, preserve_handle ? 0 : 1); in _php_stream_free()
H A Dplain_wrapper.c234 close(fd); in _php_stream_fopen_temporary_file()
490 ret = close(data->fd); in php_stdiop_close()
1133 close(fd); in _php_stream_fopen()
/PHP-7.4/sapi/fpm/tests/
H A Dlog-bwp-realloc-buffer.phpt39 $tester->close();
H A Dtester.inc416 $this->close(true);
876 public function close($terminate = false)
H A Dproc-idle-timeout.phpt44 $tester->close();
H A Dbug80849-fpm.phpt33 $tester->close();
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.c74 close(child->fd_stdout); in fpm_child_close()
83 close(child->fd_stderr); in fpm_child_close()
H A Dfpm_main.c1841 close(fpm_globals.send_config_pipe[1]); in main()
1850 close(fpm_globals.send_config_pipe[1]); in main()
1948 close(request_body_fd); in main()
/PHP-7.4/main/
H A Dmain.c935 close(fd); in php_log_err_with_severity()
2687 close(old_cwd_fd); in php_execute_script()
H A Dfopen_wrappers.c816 close(fdtest);
/PHP-7.4/ext/mysqli/tests/
H A Dbug64726.phpt19 $db->close();
H A Dbug79375.phpt94 $mysqli->close();
95 $mysqli2->close();
105 $mysqli->close();
106 $mysqli2->close();
116 $mysqli->close();
117 $mysqli2->close();
127 $mysqli->close();
128 $mysqli2->close();
138 $mysqli->close();
139 $mysqli2->close();
/PHP-7.4/ext/zip/tests/
H A Dbug77978.phpt17 $zip->close();
22 $zip->close();
H A Dbug80863.phpt15 $zip->close();
/PHP-7.4/ext/zip/
H A Dphp_zip.c1536 static ZIPARCHIVE_METHOD(close) argument
2986 ZIPARCHIVE_ME(close, arginfo_ziparchive__void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch764 - (void)close(fd);
843 - (void)close(fd);
932 - (void)close(fd);
1519 (void)close(tfd);
/PHP-7.4/sapi/cli/tests/
H A Dbug81305.phpt32 Connection: close
H A Dbug73630.phpt40 Connection: close
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c2425 MYSQLND_METHOD(mysqlnd_conn, close)(MYSQLND * conn_handle, const enum_connection_close_type close_t… argument
2427 const size_t this_func = STRUCT_OFFSET(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn), close);
2464 MYSQLND_METHOD(mysqlnd_conn, close)
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c1981 close(client->file_fd); in php_cli_server_client_dtor()
2539 close(client->file_fd); in php_cli_server_send_event()
/PHP-7.4/sapi/fpm/fpm/events/
H A Dport.c98 close(pfd); in fpm_event_port_clean()
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_server.inc26 // Now that we've identified the listen address, close STDERR.
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c538 PHP_METHOD(xmlreader, close) in PHP_METHOD() argument
1271 PHP_ME(xmlreader, close, arginfo_xmlreader_close, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1344 close(params[i].fp); in PHP_FUNCTION()
1356 close(params[i].fp); in PHP_FUNCTION()
1388 close(params[i].fp); in PHP_FUNCTION()
1400 close(params[i].fp); in PHP_FUNCTION()
1434 close(params[i].fp); in PHP_FUNCTION()
1482 close(params[i].fp); in PHP_FUNCTION()

Completed in 106 milliseconds

12345678910>>...31