aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/statusText.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/statusText.php')
-rw-r--r--test/data/statusText.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/data/statusText.php b/test/data/statusText.php
new file mode 100644
index 000000000..daf58ce3f
--- /dev/null
+++ b/test/data/statusText.php
@@ -0,0 +1,5 @@
+<?php
+
+header( "HTTP/1.0 $_GET[status] $_GET[text]" );
+
+?> \ No newline at end of file