summaryrefslogtreecommitdiff
path: root/ext/standard/tests/streams/bug64433.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/streams/bug64433.phpt')
-rw-r--r--ext/standard/tests/streams/bug64433.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/streams/bug64433.phpt b/ext/standard/tests/streams/bug64433.phpt
index f973768f81..67c66d61bc 100644
--- a/ext/standard/tests/streams/bug64433.phpt
+++ b/ext/standard/tests/streams/bug64433.phpt
@@ -2,7 +2,7 @@
Bug #60180 ($_SERVER["PHP_SELF"] incorrect)
--SKIPIF--
<?php
-if(!file_exists(dirname(__FILE__)."/../../../../sapi/cli/tests/php_cli_server.inc"))
+if(!file_exists(dirname(__FILE__)."/../../../../sapi/cli/tests/php_cli_server.inc"))
die("skip could not found cli server script");
$res = @include dirname(__FILE__)."/../../../../sapi/cli/tests/php_cli_server.inc";
if(!$res) {
@@ -27,7 +27,7 @@ foreach($codes as $code) {
echo "follow=0\n";
$arr = array('http'=>
array(
- 'follow_location'=>0,
+ 'follow_location'=>0,
)
);
$context = stream_context_create($arr);
@@ -37,7 +37,7 @@ foreach($codes as $code) {
echo "follow=1\n";
$arr = array('http'=>
array(
- 'follow_location'=>1,
+ 'follow_location'=>1,
)
);
$context = stream_context_create($arr);