Searched refs:CURLFile (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/ext/curl/ |
H A D | curl_file.c | 57 ZEND_METHOD(CURLFile, __construct) in ZEND_METHOD() argument 98 ZEND_METHOD(CURLFile, getFilename) in ZEND_METHOD() argument 106 ZEND_METHOD(CURLFile, getMimeType) in ZEND_METHOD() argument 114 ZEND_METHOD(CURLFile, getPostFilename) in ZEND_METHOD() argument 122 ZEND_METHOD(CURLFile, setMimeType) in ZEND_METHOD() argument 130 ZEND_METHOD(CURLFile, setPostFilename) in ZEND_METHOD() argument 138 ZEND_METHOD(CURLFile, __wakeup) in ZEND_METHOD() argument 159 PHP_ME(CURLFile, getFilename, NULL, ZEND_ACC_PUBLIC) 160 PHP_ME(CURLFile, getMimeType, NULL, ZEND_ACC_PUBLIC) 162 PHP_ME(CURLFile, getPostFilename, NULL, ZEND_ACC_PUBLIC) [all …]
|
/PHP-7.0/ext/curl/tests/ |
H A D | curl_file_serialize.phpt | 11 $data = 'a:2:{s:4:"file";O:8:"CURLFile":3:{s:4:"name";s:13:"testdata1.txt";s:4:"mime";s:0:"";s:8:"p… 15 Fatal error: Uncaught Exception: Unserialization of CURLFile instances is not allowed in %s 17 #0 [internal function]: CURLFile->__wakeup()
|
H A D | bug73147.phpt | 12 $poc = 'a:1:{i:0;O:8:"CURLFile":1:{s:4:"name";R:1;}}'; 20 Unserialization of CURLFile instances is not allowed
|
/PHP-7.0/ |
H A D | UPGRADING | 444 uploads must use the curl_file / CURLFile APIs.
|
H A D | NEWS | 1953 reference to CURLFile). (Laruence)
|
Completed in 22 milliseconds