Home
last modified time | relevance | path

Searched refs:postname (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/curl/
H A Dcurl_file.c31 zend_string *fname, *mime = NULL, *postname = NULL; in curlfile_ctor() local
38 Z_PARAM_STR_OR_NULL(postname) in curlfile_ctor()
47 if (postname) { in curlfile_ctor()
48 …rty_string(curl_CURLFile_class, Z_OBJ_P(cf), "postname", sizeof("postname")-1, ZSTR_VAL(postname)); in curlfile_ctor()
/PHP-8.0/ext/curl/tests/
H A Dcurl_file_upload.phpt8 function testcurl($ch, $name, $mime = '', $postname = '')
10 if(!empty($postname)) {
11 $file = new CurlFile($name, $mime, $postname);

Completed in 10 milliseconds