summaryrefslogtreecommitdiffhomepage
path: root/test/php/targets/1.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/php/targets/1.php')
-rw-r--r--test/php/targets/1.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/php/targets/1.php b/test/php/targets/1.php
new file mode 100644
index 00000000..09f7ae2c
--- /dev/null
+++ b/test/php/targets/1.php
@@ -0,0 +1,4 @@
+<?php
+header('Content-Length: 1');
+echo '1';
+?>