diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2018-12-24 20:35:18 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2018-12-24 20:35:18 +0300 |
commit | f9a3328a2510e7237b8bd8f35a57914f6a22bbd2 (patch) | |
tree | 4d1d9dcd60dcf7ed0ca9f5ce3d29fd91ae007998 /test/php | |
parent | fac0ef29d564dbd8f59c6c8aaa89f0d656f1f786 (diff) | |
download | unit-f9a3328a2510e7237b8bd8f35a57914f6a22bbd2.tar.gz unit-f9a3328a2510e7237b8bd8f35a57914f6a22bbd2.tar.bz2 |
Tests: more QUERY_STRING tests.
Diffstat (limited to 'test/php')
-rw-r--r-- | test/php/query_string/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/php/query_string/index.php b/test/php/query_string/index.php new file mode 100644 index 00000000..5691324d --- /dev/null +++ b/test/php/query_string/index.php @@ -0,0 +1,4 @@ +<?php +header('Content-Length: 0'); +header('Query-String: ' . $_SERVER['QUERY_STRING']); +?> |