mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Add stubs for some SAPIs
For apache2handler, fpm, litespeed, phpdbg, specifically. Partially implements GH-5295
This commit is contained in:
parent
161ee110bf
commit
68527a7834
15 changed files with 195 additions and 91 deletions
|
@ -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 {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue