Home
last modified time | relevance | path

Searched refs:url (Results 126 – 150 of 153) sorted by last modified time

1234567

/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_003.phpt22 $url = "{$host}/get.php?test=getpost&get_param=Hello%20World";
29 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_004.phpt22 $url = "{$host}/get.php?test=referer";
28 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_005.phpt22 $url = "{$host}/get.php?test=useragent";
28 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_006.phpt22 $url = "{$host}/get.php?test=get";
26 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_007.phpt2 Test curl_error() & curl_errno() function without url
H A Dcurl_basic_008.phpt16 $url = "http://www.".uniqid().".".uniqid();
18 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_009.phpt10 $url = uniqid()."://www.".uniqid().".".uniqid();
12 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_010.phpt16 $url = "http://www.example.org";
19 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_011.phpt21 $url = "{$host}/get.php?test=cookie";
27 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_012.phpt21 $url = "{$host}/get.php?test=httpversion";
27 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_013.phpt21 $url = "{$host}/get.php?test=httpversion";
27 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_015.phpt2 Test curl_init() function with $url parameter defined
9 $url = 'http://www.example.com/';
10 $ch = curl_init($url);
11 var_dump($url == curl_getinfo($ch, CURLINFO_EFFECTIVE_URL));
H A Dcurl_basic_016.phpt22 [%u|b%"url"]=>
H A Dcurl_basic_017.phpt21 $url = "{$host}/get.php?test=get";
30 curl_setopt($chs[0], CURLOPT_URL, $url); //set the url we want to use
31 curl_setopt($chs[1], CURLOPT_URL, $url); //set the url we want to use
32 curl_setopt($chs[2], CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_018.phpt21 $url = "{$host}/get.php?test=get";
32 CURLOPT_URL => $url,
H A Dcurl_basic_019.phpt12 $url = "http://{$host}/get.php?test=";
15 curl_setopt($ch, CURLOPT_URL, $url);
18 var_dump($url == $info);
H A Dcurl_basic_020.phpt12 $url = "{$host}/get.php?test=";
14 curl_setopt($ch, CURLOPT_URL, $url);
H A Dcurl_basic_021.phpt11 $url = "{$host}/get.php?test=contenttype";
14 curl_setopt($ch, CURLOPT_URL, $url);
/PHP-5.5/Zend/
H A Dheader9 | available through the world-wide-web at the following url: |
/PHP-5.5/
H A DREADME.TESTING2106 this section is used to build the url used in an HTTP request. Valid values
108 SCRIPT_NAME The inital part of the request url
109 PATH_INFO The pathinfo part of a request url
110 FRAGMENT The fragment section of a url (after #)
111 QUERY_STRING The query part of a url (after ?)
H A DNEWS5335 - Fixed bug #50219 (soap call Segmentation fault on a redirected url).
6304 - Fixed bug #43008 (php://filter uris ignore url encoded filternames and can't
7367 - Fixed bug #41600 (url rewriter tags doesn't work with namespaced tags).
8329 - Fixed bug #38661 (mixed-case URL breaks url-wrappers). (Ilia)
9377 - Fixed bug #34478 (Incorrect parsing of url's fragment (#...)). (Dmitry)
H A D.gitattributes143 /ext/standard/tests/url/rawurldecode_variation_001.phpt -crlf
/PHP-5.5/ext/soap/tests/
H A Dbug46760.phpt13 'location' => 'http://some.url'));
H A Dbug49898.phpt9 …t = new SoapClient(null, array('uri' => 'mo:http://www.w3.org/', 'location' => 'http://some.url'));
/PHP-5.5/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"…

Completed in 79 milliseconds

1234567