summaryrefslogtreecommitdiff
path: root/ext/exif/exif.stub.php
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-04-04 20:41:42 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-04-04 20:41:48 +0200
commit7c3078737fcdd7c4da0607b2856502089e60194b (patch)
treec4e37fd2cd962616072b7324d78c7c6a5c6255d2 /ext/exif/exif.stub.php
parenta43bc33fb2575cda582167c0d6571e501a2e6496 (diff)
downloadphp-git-7c3078737fcdd7c4da0607b2856502089e60194b.tar.gz
Generate function entries from stubs for a couple of extensions
Closes GH-5347
Diffstat (limited to 'ext/exif/exif.stub.php')
-rw-r--r--ext/exif/exif.stub.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/exif/exif.stub.php b/ext/exif/exif.stub.php
index 3fe2e72f66..b5db8bf02b 100644
--- a/ext/exif/exif.stub.php
+++ b/ext/exif/exif.stub.php
@@ -1,5 +1,7 @@
<?php
+/** @generate-function-entries */
+
function exif_tagname(int $index): string|false {}
function exif_read_data($filename, ?string $sections_needed = null, bool $sub_arrays = false, bool $read_thumbnail = false): array|false {}