frankenphp/frankenphp.stub.php
2022-10-11 17:40:12 +02:00

8 lines
153 B
PHP

<?php
/** @generate-class-entries */
function frankenphp_handle_request(callable $callback): bool {}
function headers_send(int $status = 200): int {}