summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug46419.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/bugs/bug46419.phpt')
-rw-r--r--ext/soap/tests/bugs/bug46419.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/soap/tests/bugs/bug46419.phpt b/ext/soap/tests/bugs/bug46419.phpt
index cb113e28d2..d5f9751ed5 100644
--- a/ext/soap/tests/bugs/bug46419.phpt
+++ b/ext/soap/tests/bugs/bug46419.phpt
@@ -26,8 +26,8 @@ class LocalSoapClient extends SoapClient {
}
-$x = new LocalSoapClient(NULL,array('location'=>'test://',
- 'uri'=>'http://testuri.org'));
+$x = new LocalSoapClient(NULL,array('location'=>'test://',
+ 'uri'=>'http://testuri.org'));
var_dump($x->bar());
?>
--EXPECT--