Home
last modified time | relevance | path

Searched refs:curl (Results 26 – 50 of 174) sorted by relevance

1234567

/PHP-8.3/ext/curl/tests/
H A Dcurl_copy_handle_basic_001.phpt7 curl
14 echo '*** Testing curl copy handle with simple GET ***' . "\n";
32 *** Testing curl copy handle with simple GET ***
H A Dbug55767.phpt4 curl
11 echo '*** Testing curl sending through GET an POST ***' . "\n";
28 *** Testing curl sending through GET an POST ***
H A Dcurl_copy_handle_basic_002.phpt7 curl
13 echo '*** Testing curl copy handle with simple POST ***' . "\n";
33 *** Testing curl copy handle with simple POST ***
H A Dcurl_error_basic.phpt7 curl
20 * Source: ext/curl/interface.c
21 * Documentation: http://wiki.php.net/qa/temp/ext/curl
H A Dcurl_basic_003.phpt7 curl
14 echo '*** Testing curl sending through GET an POST ***' . "\n";
31 *** Testing curl sending through GET an POST ***
H A Dcurl_copy_handle_basic_007.phpt4 curl
10 echo '*** Testing curl copy handle with simple POST using array as arguments ***' . "\n";
31 *** Testing curl copy handle with simple POST using array as arguments ***
H A Dcurl_basic_023.phpt4 curl
8 exit("skip: test works only with curl >= 7.50.0");
H A Dcurl_upkeep_001.phpt4 curl
8 if (curl_version()['version_number'] < 0x073e00) die('skip requires curl >= 7.62.0');
H A Dcurl_basic_007.phpt6 curl
10 //In January 2008 , level 7.18.0 of the curl lib, many of the messages changed.
H A Dbug48207.phpt7 curl
12 * Source code : ext/curl/multi.c
13 * Test documentation: http://wiki.php.net/qa/temp/ext/curl
H A Dbug65458.phpt2 Bug #65458 (curl memory leak)
4 curl
H A Dbug65646_open_basedir_new.phpt2 …enable CURLOPT_FOLLOWLOCATION with open_basedir or safe_mode): open_basedir enabled; curl >= 7.19.4
6 curl
H A Dcurl_file_upload_stream.phpt4 curl
7 if (curl_version()['version_number'] < 0x73800) die('skip requires curl >= 7.56.0');
H A Dcurl_writeheader_callback.phpt2 Test curl option CURLOPT_HEADERFUNCTION
9 curl
H A Dbug45161.phpt2 Bug #45161 (Reusing a curl handle leaks memory)
4 curl
H A Dcurl_pushfunction.phpt7 curl
14 exit("skip: test may crash with curl < 8.1.0");
H A Dcurl_pushfunction_nonexistent_callback.phpt8 curl
16 exit("skip: test may crash with curl < 8.1.0");
H A Dbug76675.phpt4 curl
11 exit("skip: test may crash with curl < 8.1.0");
H A Dcurl_close_basic.phpt7 curl
H A Dcurl_multi_close_basic.phpt7 curl
H A Dcurl_multi_strerror_001.phpt4 curl
H A Dcurl_copy_handle_variation2.phpt7 curl
9 the only way to test if a option is setten on a curl handle is using the curl_getinfo() function.
H A Dcurl_basic_014.phpt6 curl
/PHP-8.3/ext/curl/
H A Dcurl_private.h43 PHP_MINIT_FUNCTION(curl);
44 PHP_MSHUTDOWN_FUNCTION(curl);
45 PHP_MINFO_FUNCTION(curl);
143 php_curl *init_curl_handle_into_zval(zval *curl);
/PHP-8.3/ext/standard/tests/file/
H A Dbug53241.phpt4 curl
8 * curl to test this */

Completed in 24 milliseconds

1234567