summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cgi/cgi_main.stub.php')
-rw-r--r--sapi/cgi/cgi_main.stub.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/sapi/cgi/cgi_main.stub.php b/sapi/cgi/cgi_main.stub.php
new file mode 100644
index 0000000000..8273cffdc2
--- /dev/null
+++ b/sapi/cgi/cgi_main.stub.php
@@ -0,0 +1,12 @@
+<?php
+
+/** @generate-function-entries */
+
+function apache_child_terminate(): void {}
+
+function apache_request_headers(): array {}
+
+/** @alias apache_request_headers */
+function getallheaders(): array {}
+
+function apache_response_headers(): array {}