Home
last modified time | relevance | path

Searched refs:url (Results 26 – 50 of 140) sorted by relevance

123456

/PHP-7.4/ext/curl/tests/
H A Dcurl_setopt_basic002.phpt21 $url = "{$host}/";
35 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_copy_handle_basic_002.phpt15 $url = "{$host}/get.inc?test=getpost";
22 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_004.phpt22 $url = "{$host}/get.inc?test=referer";
28 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_006.phpt22 $url = "{$host}/get.inc?test=get";
26 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_copy_handle_basic_006.phpt16 $url = "{$host}/get.inc?test=useragent";
22 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_copy_handle_basic_007.phpt12 $url = "{$host}/get.inc?test=getpost";
20 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_020.phpt12 $url = "{$host}/get.inc?test=";
14 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_009.phpt10 $url = substr(uniqid(),0,7)."://www.".uniqid().".".uniqid();
12 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_copy_handle_basic_008.phpt10 $url = "{$host}/get.inc";
11 $ch = curl_init($url);
H A Dcurl_basic_021.phpt11 $url = "{$host}/get.inc?test=contenttype";
14 curl_setopt($ch, CURLOPT_URL, $url);
H A Dbug68937.phpt13 $url = "{$host}/get.inc";
15 $ch = curl_init($url);
H A Dbug55767.phpt21 $url = "{$host}/get.inc?test=getpost&get_param=Hello%20World";
28 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dbug68937_2.phpt12 $url = "{$host}/get.inc";
14 $ch = curl_init($url);
H A Dcurl_basic_008.phpt16 $url = "http://www.".uniqid().".".uniqid();
18 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_003.phpt22 $url = "{$host}/get.inc?test=getpost&get_param=Hello%20World";
29 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_023.phpt20 $url = "{$host}/get.inc?test=";
21 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_024.phpt18 $url = "{$host}/get.inc?test=";
19 curl_setopt($ch, CURLOPT_URL, $url);
H A Dbug48207.phpt22 $url = "$host/get.inc?test=1";
28 $url = 'file://'. $tempname;
37 $ch = curl_init($url);
H A Dcurl_setopt_array_basic.phpt22 $url = "{$host}/get.inc?test=get";
26 $url = 'file://'. $tempname;
39 CURLOPT_URL => $url,
H A Dcurl_copy_handle_basic_009.phpt10 $url = "{$host}/get.inc";
11 $ch = curl_init($url);
/PHP-7.4/ext/filter/tests/
H A Dbug81122.phpt14 foreach ($urls as $url) {
15 var_dump(filter_var($url, FILTER_VALIDATE_URL));
/PHP-7.4/ext/session/tests/
H A D018.phpt22 <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php>
27 <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php><input type="hidden" name="PHPSESSID"…
/PHP-7.4/sapi/cli/
H A Dphp_http_parser.c593 MARK(url); in php_http_parser_execute()
602 MARK(url); in php_http_parser_execute()
658 CALLBACK(url); in php_http_parser_execute()
680 CALLBACK(url); in php_http_parser_execute()
695 CALLBACK(url); in php_http_parser_execute()
700 CALLBACK(url); in php_http_parser_execute()
707 CALLBACK(url); in php_http_parser_execute()
739 CALLBACK(url); in php_http_parser_execute()
743 CALLBACK(url); in php_http_parser_execute()
749 CALLBACK(url); in php_http_parser_execute()
[all …]
/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_basic_010.phpt5 /* Prototype : proto mixed parse_url(string url, [int url_component])
7 * Source code: ext/standard/url.c
/PHP-7.4/ext/phar/
H A Dstream.h27 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea…
28 static int phar_wrapper_stat(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_st…

Completed in 89 milliseconds

123456