Home
last modified time | relevance | path

Searched refs:host (Results 626 – 634 of 634) sorted by last modified time

1...<<212223242526

/PHP-7.4/ext/curl/tests/
H A Dcurl_writeheader_callback.phpt7 Hit the host and determine that the headers are sent to the callback specified for CURLOPT_HEADERFU…
20 $host = curl_cli_server_start();
25 curl_setopt($ch, CURLOPT_URL, $host);
H A Dbug66109.phpt8 $host = curl_cli_server_start();
10 curl_setopt($ch, CURLOPT_URL, "{$host}/get.inc?test=method");
H A Dbug68937.phpt11 $host = curl_cli_server_start();
13 $url = "{$host}/get.inc";
H A Dcurl_setopt_array_basic.phpt19 $host = curl_cli_server_start();
20 if (!empty($host)) {
22 $url = "{$host}/get.inc?test=get";
H A Dbug48207.phpt18 $host = curl_cli_server_start();
19 if(!empty($host)) {
22 $url = "$host/get.inc?test=1";
H A Dbug54995.phpt14 $host = curl_cli_server_start();
16 curl_setopt($ch, CURLOPT_URL, "{$host}/get.inc");
/PHP-7.4/docs/
H A Dstreams.md92 PHPAPI php_stream *php_stream_sock_open_host(const char *host, unsigned short port,
94 /* Open a connection to a host and return a stream. */
/PHP-7.4/build/
H A Dltmain.sh1584 case $host in
1630 case $host in
1707 case $host in
2715 case $host in
2962 case $host in
3827 case $host in
4501 case $host in
4947 case $host in
4953 case $host in
5473 case $host in
[all …]
/PHP-7.4/TSRM/
H A Dthreads.m434 if test -z "$host_alias" && test -n "$host"; then
35 host_alias=$host

Completed in 29 milliseconds

1...<<212223242526