summaryrefslogtreecommitdiff
path: root/ext/fdf/tests/04-POST.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fdf/tests/04-POST.phpt')
-rw-r--r--ext/fdf/tests/04-POST.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/fdf/tests/04-POST.phpt b/ext/fdf/tests/04-POST.phpt
index a842015649..1d8c9de48f 100644
--- a/ext/fdf/tests/04-POST.phpt
+++ b/ext/fdf/tests/04-POST.phpt
@@ -2,7 +2,6 @@
FDF POST data parsing
--SKIPIF--
<?php if (php_sapi_name()=='cli' || !extension_loaded("fdf")) print "skip"; ?>
---CGI--
--HEADERS--
return <<<END
Content-Type=application/vnd.fdf
@@ -29,7 +28,6 @@ trailer
>>
%%EOF
---GET--
--FILE--
<?php
echo strlen($HTTP_FDF_DATA)."\n";