summaryrefslogtreecommitdiff
path: root/ext/exif/exif.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/exif/exif.stub.php')
-rw-r--r--ext/exif/exif.stub.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/exif/exif.stub.php b/ext/exif/exif.stub.php
index 9cc099ba2a..9a8afe8577 100644
--- a/ext/exif/exif.stub.php
+++ b/ext/exif/exif.stub.php
@@ -4,15 +4,15 @@
function exif_tagname(int $index): string|false {}
-/** @param resource|string $filename */
-function exif_read_data($filename, ?string $sections_needed = null, bool $sub_arrays = false, bool $read_thumbnail = false): array|false {}
+/** @param resource|string $file */
+function exif_read_data($file, ?string $required_sections = null, bool $as_arrays = false, bool $read_thumbnail = false): array|false {}
/**
- * @param resource|string $filename
+ * @param resource|string $file
* @param int $width
* @param int $height
- * @param int $imagetype
+ * @param int $image_type
*/
-function exif_thumbnail($filename, &$width = null, &$height = null, &$imagetype = null): string|false {}
+function exif_thumbnail($file, &$width = null, &$height = null, &$image_type = null): string|false {}
function exif_imagetype(string $filename): int|false {}