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 858b853 commit 2d6471cCopy full SHA for 2d6471c
Test/Fixtures/web/index.php
@@ -80,7 +80,7 @@
80
case '/post':
81
$output = json_encode($_POST + ['REQUEST_METHOD' => $vars['REQUEST_METHOD']], JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE);
82
header('Content-Type: application/json', true);
83
- header('Content-Length: '.\strlen($output));
+ header('Content-Length: '.strlen($output));
84
echo $output;
85
exit;
86
0 commit comments