Home
last modified time | relevance | path

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

/PHP-7.3/ext/curl/
H A Dcurl_file.c32 zend_string *fname, *mime = NULL, *postname = NULL; in curlfile_ctor() local
39 Z_PARAM_STR(postname) in curlfile_ctor()
48 if (postname) { in curlfile_ctor()
49 …ate_property_string(curl_CURLFile_class, cf, "postname", sizeof("postname")-1, ZSTR_VAL(postname)); in curlfile_ctor()
146 ZEND_ARG_INFO(0, postname)
H A Dinterface.c441 ZEND_ARG_INFO(0, postname)
/PHP-7.3/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);
H A Dcurl_file_serialize.phpt11 …:8:"CURLFile":3:{s:4:"name";s:13:"testdata1.txt";s:4:"mime";s:0:"";s:8:"postname";s:0:"";}s:4:"dat…

Completed in 15 milliseconds