summaryrefslogtreecommitdiff
path: root/ext/curl/curl_file.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/curl/curl_file.stub.php')
-rw-r--r--ext/curl/curl_file.stub.php12
1 files changed, 11 insertions, 1 deletions
diff --git a/ext/curl/curl_file.stub.php b/ext/curl/curl_file.stub.php
index 28a218c698..7b0c83aa2f 100644
--- a/ext/curl/curl_file.stub.php
+++ b/ext/curl/curl_file.stub.php
@@ -1,9 +1,19 @@
<?php
-/** @generate-function-entries */
+/**
+ * @generate-function-entries
+ * @generate-class-entries
+ */
class CURLFile
{
+ /** @var string */
+ public $name = "";
+ /** @var string */
+ public $mime = "";
+ /** @var string */
+ public $postname = "";
+
public function __construct(string $filename, ?string $mime_type = null, ?string $posted_filename = null) {}
/** @return string */