From: foobar Date: Sun, 3 Jun 2007 22:50:08 +0000 (+0000) Subject: add missing test X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~546 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55f2705c5371de4173156e45f339789c11dc3955;p=php add missing test --- diff --git a/sapi/cgi/tests/009.phpt b/sapi/cgi/tests/009.phpt new file mode 100644 index 0000000000..1c429ac198 --- /dev/null +++ b/sapi/cgi/tests/009.phpt @@ -0,0 +1,30 @@ +--TEST-- +path info request without exported PATH_INFO +--SKIPIF-- + +--FILE-- +'); + +echo (`$php -n $f`); + +echo "Done\n"; + +@unlink($f); +?> +--EXPECTF-- +X-Powered-By: PHP/%s +Content-type: text/html + +string(%d) "%s/x" +Done