Home
last modified time | relevance | path

Searched refs:CURLFile (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/ext/curl/
H A Dcurl_file.c57 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
161 PHP_ME(CURLFile, getFilename, NULL, ZEND_ACC_PUBLIC)
162 PHP_ME(CURLFile, getMimeType, NULL, ZEND_ACC_PUBLIC)
164 PHP_ME(CURLFile, getPostFilename, NULL, ZEND_ACC_PUBLIC)
[all …]
/PHP-5.6/ext/curl/tests/
H A Dcurl_file_serialize.phpt11 $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 'Exception' with message 'Unserialization of CURLFile instances is …
17 #0 [internal function]: CURLFile->__wakeup()
H A Dbug73147.phpt12 $poc = 'a:1:{i:0;O:8:"CURLFile":1:{s:4:"name";R:1;}}';
20 Unserialization of CURLFile instances is not allowed
H A Dcurl_file_upload.phpt74 …e of the @filename API for file uploading is deprecated. Please use the CURLFile class instead in …
/PHP-5.6/
H A DNEWS3502 . Implemented FR #46439 - added CURLFile for safer file uploads.

Completed in 47 milliseconds