summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/php_functions.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/apache2handler/php_functions.stub.php')
-rw-r--r--sapi/apache2handler/php_functions.stub.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/sapi/apache2handler/php_functions.stub.php b/sapi/apache2handler/php_functions.stub.php
index 5b2835ac3a..391600be6c 100644
--- a/sapi/apache2handler/php_functions.stub.php
+++ b/sapi/apache2handler/php_functions.stub.php
@@ -1,11 +1,14 @@
<?php
+/** @generate-function-entries */
+
function apache_lookup_uri(string $filename): object|false {}
function virtual(string $uri): bool {}
function apache_request_headers(): array {}
+/** @alias apache_request_headers */
function getallheaders(): array {}
function apache_response_headers(): array {}