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