Searched refs:postname (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/ext/curl/ |
H A D | curl_file.c | 34 char *fname = NULL, *mime = NULL, *postname = NULL; in curlfile_ctor() local 38 …ND_NUM_ARGS() TSRMLS_CC, "p|ss", &fname, &fname_len, &mime, &mime_len, &postname, &postname_len) =… in curlfile_ctor() 50 if (postname) { in curlfile_ctor() 51 …zend_update_property_string(curl_CURLFile_class, cf, "postname", sizeof("postname")-1, postname TS… in curlfile_ctor() 151 ZEND_ARG_INFO(0, postname)
|
H A D | interface.c | 427 ZEND_ARG_INFO(0, postname)
|
/PHP-5.6/ext/curl/tests/ |
H A D | curl_file_upload.phpt | 9 function testcurl($ch, $name, $mime = '', $postname = '') 11 if(!empty($postname)) { 12 $file = new CurlFile($name, $mime, $postname);
|
H A D | curl_file_serialize.phpt | 11 …: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 13 milliseconds