Home
last modified time | relevance | path

Searched refs:curl_getinfo (Results 1 – 13 of 13) sorted by path

/PHP-5.3/
H A DNEWS3515 - Fixed bug #46739 (array returned by curl_getinfo should contain
6953 - Fixed bug #30475 (curl_getinfo() may crash in some situations). (Ilia)
/PHP-5.3/ext/curl/
H A Dinterface.c365 PHP_FE(curl_getinfo, arginfo_curl_getinfo)
2361 PHP_FUNCTION(curl_getinfo) in PHP_FUNCTION() argument
H A Dphp_curl.h68 PHP_FUNCTION(curl_getinfo);
/PHP-5.3/ext/curl/tests/
H A Dbug46739.phpt2 Bug #46739 (array returned by curl_getinfo should contain content_type key)
14 $info = curl_getinfo($ch);
H A Dbug52202.phpt14 var_dump(curl_getinfo($curl, CURLINFO_PRIVATE));
H A Dcurl_basic_015.phpt11 var_dump($url == curl_getinfo($ch, CURLINFO_EFFECTIVE_URL));
H A Dcurl_basic_016.phpt2 Test curl_getinfo() function with basic functionality
16 $info = curl_getinfo($ch);
H A Dcurl_basic_019.phpt2 Test curl_getinfo() function with CURLINFO_EFFECTIVE_URL parameter
19 $info = curl_getinfo($ch, CURLINFO_EFFECTIVE_URL);
H A Dcurl_basic_020.phpt2 Test curl_getinfo() function with CURLINFO_HTTP_CODE parameter
18 var_dump(curl_getinfo($ch, CURLINFO_HTTP_CODE));
H A Dcurl_basic_021.phpt2 Test curl_getinfo() function with CURLINFO_CONTENT_TYPE parameter
18 var_dump(curl_getinfo($ch, CURLINFO_CONTENT_TYPE));
H A Dcurl_copy_handle_basic.phpt24 var_dump(curl_getinfo($ch) === curl_getinfo($ch2));
H A Dcurl_copy_handle_variation1.phpt26 var_dump(curl_getinfo($ch) === curl_getinfo($ch2));
H A Dcurl_copy_handle_variation2.phpt11 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));

Completed in 54 milliseconds