From 008a42fc6138e74766cdf9011a8dfc60df71b4a0 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sat, 23 Jun 2018 19:04:50 +0300 Subject: error aggregation --- php-src/tests/http/echoerr.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 php-src/tests/http/echoerr.php (limited to 'php-src/tests/http') diff --git a/php-src/tests/http/echoerr.php b/php-src/tests/http/echoerr.php new file mode 100644 index 00000000..da2ff4d8 --- /dev/null +++ b/php-src/tests/http/echoerr.php @@ -0,0 +1,12 @@ +getQueryParams()['hello'])); + + $resp->getBody()->write(strtoupper($req->getQueryParams()['hello'])); + return $resp->withStatus(201); +} \ No newline at end of file -- cgit v1.2.3