diff options
Diffstat (limited to 'php-src/tests/http/pid.php')
-rw-r--r-- | php-src/tests/http/pid.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/php-src/tests/http/pid.php b/php-src/tests/http/pid.php deleted file mode 100644 index 1cc322bf..00000000 --- a/php-src/tests/http/pid.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -use Psr\Http\Message\ResponseInterface; -use Psr\Http\Message\ServerRequestInterface; - -function handleRequest(ServerRequestInterface $req, ResponseInterface $resp): ResponseInterface -{ - $resp->getBody()->write(getmypid()); - - return $resp; -}
\ No newline at end of file |