summaryrefslogtreecommitdiff
path: root/ext/standard/tests/http/bug60570.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/http/bug60570.phpt')
-rw-r--r--ext/standard/tests/http/bug60570.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/http/bug60570.phpt b/ext/standard/tests/http/bug60570.phpt
index 29c6a46f17..7cdb6e3d41 100644
--- a/ext/standard/tests/http/bug60570.phpt
+++ b/ext/standard/tests/http/bug60570.phpt
@@ -26,7 +26,7 @@ function do_test() {
$context = stream_context_create(array('http'=>array('timeout'=>1)));
file_get_contents('http://127.0.0.1:12342/', 0, $context);
unset($context);
-
+
$b = $a;
$a = count(get_resources());
}