summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.stub.php
blob: 8540af93f913b9a11437f119d542d04d25783c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

/** @generate-class-entries */

function apache_child_terminate(): void {}

function apache_request_headers(): array {}

/** @alias apache_request_headers */
function getallheaders(): array {}

function apache_response_headers(): array {}