We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbaa808 commit 52be15fCopy full SHA for 52be15f
tests/conformance/index.php
@@ -13,6 +13,7 @@
13
function httpFunc(ServerRequestInterface $request)
14
{
15
file_put_contents(OUTPUT_FILE, $request->getBody());
16
+ echo "output: ", realpath(OUTPUT_FILE);
17
return "ok" . PHP_EOL;
18
}
19
0 commit comments