Home
last modified time | relevance | path

Searched refs:curl_file_create (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/ext/curl/tests/
H A Dbug27023.phpt17 $file = curl_file_create(__DIR__ . '/curl_testdata1.txt');
22 $file = curl_file_create(__DIR__ . '/curl_testdata1.txt', "text/plain");
27 $file = curl_file_create(__DIR__ . '/curl_testdata1.txt', null, "foo.txt");
32 $file = curl_file_create(__DIR__ . '/curl_testdata1.txt', "text/plain", "foo.txt");
H A Dcurl_copy_handle_variation5.phpt17 $file = curl_file_create($filename);
25 $file = curl_file_create($filename);
H A Dbug77711.phpt17 $file = curl_file_create($filename);
H A Dcurl_file_upload_stream.phpt17 $file = curl_file_create('data://text/plain;base64,SSBsb3ZlIFBIUAo=', 'text/plain', 'i-love-php');
H A Dcurl_copy_handle_variation3.phpt17 $file = curl_file_create($filename);
H A Dcurl_copy_handle_variation4.phpt17 $file = curl_file_create($filename);
H A Dcurl_file_upload.phpt39 $file = curl_file_create(__DIR__ . '/curl_testdata1.txt');
/PHP-7.4/ext/curl/
H A Dcurl_file.c65 PHP_FUNCTION(curl_file_create) in PHP_FUNCTION() argument
H A Dphp_curl.h120 PHP_FUNCTION(curl_file_create);
H A Dinterface.c423 PHP_FE(curl_file_create, arginfo_curlfile_create)

Completed in 24 milliseconds