Searched refs:CURLStringFile (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/curl/tests/ |
H A D | curl_string_file_upload.phpt | 12 $file = new CURLStringFile($data, $postname); 14 $file = new CURLStringFile($data, $postname, $mime); 35 $file = new CURLStringFile($data, 'foo.txt'); 44 $old = new CURLStringFile($data, 'foo.txt', 'text/plain'); 51 $file = new CURLStringFile($data, 'foo.txt', 'text/plain'); 57 $file = new CURLStringFile($data, 'foo.txt', 'text/plain'); 64 $file = new CURLStringFile($data, 'foo.txt', 'text/plain');
|
/PHP-8.3/ext/curl/ |
H A D | curl_file.stub.php | 30 class CURLStringFile class
|
H A D | curl_file_arginfo.h | 38 ZEND_METHOD(CURLStringFile, __construct); 53 ZEND_ME(CURLStringFile, __construct, arginfo_class_CURLStringFile___construct, ZEND_ACC_PUBLIC)
|
H A D | curl_file.c | 123 ZEND_METHOD(CURLStringFile, __construct) in ZEND_METHOD() argument
|
Completed in 9 milliseconds