Tests: more QUERY_STRING tests.

This commit is contained in:
Andrey Zelenkov
2018-12-24 20:35:18 +03:00
parent fac0ef29d5
commit f9a3328a25
5 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<?php
header('Content-Length: 0');
header('Query-String: ' . $_SERVER['QUERY_STRING']);
?>