summaryrefslogtreecommitdiff
path: root/ext/hash/hash.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/hash.stub.php')
-rw-r--r--ext/hash/hash.stub.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/hash/hash.stub.php b/ext/hash/hash.stub.php
index f17084db1d..e83f38b22c 100644
--- a/ext/hash/hash.stub.php
+++ b/ext/hash/hash.stub.php
@@ -1,5 +1,7 @@
<?php
+/** @generate-function-entries */
+
function hash(string $algo, string $data, bool $raw_output = false): string|false {}
function hash_file(string $algo, string $filename, bool $raw_output = false): string|false {}