summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/php_functions.stub.php
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2021-02-14 12:03:48 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2021-02-14 12:03:48 +0100
commit31088eef456679b0ead6fe955dded0e9a38928da (patch)
tree3cd3e0e6a08dddb6b4d5ecf92c3132b527739104 /sapi/apache2handler/php_functions.stub.php
parent8ffc20ace6c8a59b30aea53e2100aa26e4f1f3ee (diff)
downloadphp-git-31088eef456679b0ead6fe955dded0e9a38928da.tar.gz
Enable class entry generation for sapi extensions
Diffstat (limited to 'sapi/apache2handler/php_functions.stub.php')
-rw-r--r--sapi/apache2handler/php_functions.stub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache2handler/php_functions.stub.php b/sapi/apache2handler/php_functions.stub.php
index 93955c7181..99a401dbab 100644
--- a/sapi/apache2handler/php_functions.stub.php
+++ b/sapi/apache2handler/php_functions.stub.php
@@ -1,6 +1,6 @@
<?php
-/** @generate-function-entries */
+/** @generate-class-entries */
function apache_lookup_uri(string $filename): object|false {}