summaryrefslogtreecommitdiff
path: root/ext/libxml/tests/bug54440.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/libxml/tests/bug54440.phpt')
-rw-r--r--ext/libxml/tests/bug54440.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/libxml/tests/bug54440.phpt b/ext/libxml/tests/bug54440.phpt
index 4074ff9fe8..a4d5ed4880 100644
--- a/ext/libxml/tests/bug54440.phpt
+++ b/ext/libxml/tests/bug54440.phpt
@@ -9,9 +9,9 @@ class TestWrapper {
function stream_open($path, $mode, $options, &$opened_path)
{
- if ($this->context)
- print_r(stream_context_get_options($this->context));
- return false;
+ if ($this->context)
+ print_r(stream_context_get_options($this->context));
+ return false;
}
function url_stat($path, $flags)