php-src/sapi/cli/php_cli_server.stub.php
Máté Kocsis f328594072 Add stubs for SAPIs
Closes GH-5295.
2020-07-10 14:20:18 +02:00

8 lines
133 B
PHP

<?php
function apache_request_headers(): array {}
function apache_response_headers(): array {}
function getallheaders(): array {}