Files
frankenphp/testdata/large-response.php
Kévin Dunglas c624971fa7 feat(caddy): add command to start a PHP server (#238)
* feat(caddy): a command to start a PHP server

* docs and l shortcut

* fix some bugs and support for compression

* cleanup

* enable compression by default

* add -a shortcut

* refactor

* const

* docs
2023-10-05 14:56:04 +02:00

8 lines
107 B
PHP

<?php
require_once __DIR__.'/_executor.php';
return function () {
echo str_repeat("Hey\n", 1024);
};