summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/bug66606_1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/bug66606_1.phpt')
-rw-r--r--sapi/cli/tests/bug66606_1.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/cli/tests/bug66606_1.phpt b/sapi/cli/tests/bug66606_1.phpt
index ad35038bae..6b1b82772f 100644
--- a/sapi/cli/tests/bug66606_1.phpt
+++ b/sapi/cli/tests/bug66606_1.phpt
@@ -4,7 +4,7 @@ Bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE) - GET request
allow_url_fopen=1
--SKIPIF--
<?php
-include "skipif.inc";
+include "skipif.inc";
?>
--FILE--
<?php
@@ -12,6 +12,6 @@ include "php_cli_server.inc";
php_cli_server_start('var_dump($_SERVER["CONTENT_TYPE"], $_SERVER["CONTENT_LENGTH"])');
echo file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS);
?>
---EXPECTF--
+--EXPECTF--
NULL
NULL