Searched refs:curl_getinfo (Results 1 – 17 of 17) sorted by relevance
/PHP-5.6/ext/curl/tests/ |
H A D | curl_copy_handle_variation2.phpt | 11 the only way to test if a option is setten on a curl handle is using the curl_getinfo() function. 22 var_dump(curl_getinfo($ch) === curl_getinfo($ch2)); 27 var_dump(curl_getinfo($ch) === curl_getinfo($ch2)); 31 var_dump(curl_getinfo($ch) === curl_getinfo($ch2)); 35 var_dump(curl_getinfo($ch) === curl_getinfo($ch2));
|
H A D | bug46739.phpt | 2 Bug #46739 (array returned by curl_getinfo should contain content_type key) 14 $info = curl_getinfo($ch);
|
H A D | curl_basic_020.phpt | 2 Test curl_getinfo() function with CURLINFO_HTTP_CODE parameter 16 var_dump(curl_getinfo($ch, CURLINFO_HTTP_CODE));
|
H A D | bug54995.phpt | 19 var_dump(curl_getinfo($ch, CURLINFO_HTTP_CODE) == curl_getinfo($ch, CURLINFO_RESPONSE_CODE));
|
H A D | curl_basic_021.phpt | 2 Test curl_getinfo() function with CURLINFO_CONTENT_TYPE parameter 16 var_dump(curl_getinfo($ch, CURLINFO_CONTENT_TYPE));
|
H A D | curl_basic_019.phpt | 2 Test curl_getinfo() function with CURLINFO_EFFECTIVE_URL parameter 17 $info = curl_getinfo($ch, CURLINFO_EFFECTIVE_URL);
|
H A D | curl_copy_handle_basic.phpt | 24 var_dump(curl_getinfo($ch) === curl_getinfo($ch2));
|
H A D | curl_basic_022.phpt | 2 Test curl_getinfo() function with CURLINFO_COOKIELIST parameter 16 var_dump(curl_getinfo($ch, CURLINFO_COOKIELIST));
|
H A D | curl_copy_handle_variation1.phpt | 26 var_dump(curl_getinfo($ch) === curl_getinfo($ch2));
|
H A D | curl_basic_016.phpt | 2 Test curl_getinfo() function with basic functionality 16 $info = curl_getinfo($ch);
|
H A D | bug52202.phpt | 14 var_dump(curl_getinfo($curl, CURLINFO_PRIVATE));
|
H A D | curl_basic_015.phpt | 11 var_dump($url == curl_getinfo($ch, CURLINFO_EFFECTIVE_URL));
|
H A D | bug64267.phpt | 27 var_dump(curl_getinfo($c, CURLINFO_RESPONSE_CODE));
|
/PHP-5.6/ext/curl/ |
H A D | php_curl.h | 76 PHP_FUNCTION(curl_getinfo);
|
H A D | interface.c | 440 PHP_FE(curl_getinfo, arginfo_curl_getinfo) 2996 PHP_FUNCTION(curl_getinfo) in PHP_FUNCTION() argument
|
/PHP-5.6/ |
H A D | UPGRADING | 228 curl_getinfo($ch, CURLINFO_CERTINFO) returns certificate Subject and Issuer
|
H A D | NEWS | 8143 - Fixed bug #46739 (array returned by curl_getinfo should contain 11581 - Fixed bug #30475 (curl_getinfo() may crash in some situations). (Ilia)
|
Completed in 54 milliseconds