frankenphp.stub.php 409 B

123456789101112131415161718192021
  1. <?php
  2. /** @generate-class-entries */
  3. function frankenphp_handle_request(callable $callback): bool {}
  4. function headers_send(int $status = 200): int {}
  5. function frankenphp_finish_request(): bool {}
  6. /**
  7. * @alias frankenphp_finish_request
  8. */
  9. function fastcgi_finish_request(): bool {}
  10. function apache_request_headers(): array {}
  11. /**
  12. * @alias apache_request_headers
  13. */
  14. function getallheaders(): array {}