summaryrefslogtreecommitdiff
path: root/ext/soap/tests/typemap010.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/typemap010.phpt')
-rw-r--r--ext/soap/tests/typemap010.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/soap/tests/typemap010.phpt b/ext/soap/tests/typemap010.phpt
index 4eba6345cb..0d27ba4936 100644
--- a/ext/soap/tests/typemap010.phpt
+++ b/ext/soap/tests/typemap010.phpt
@@ -19,7 +19,7 @@ $GLOBALS['HTTP_RAW_POST_DATA']="
</ns1:dotest2>
</env:Body>
<env:Header/>
-</env:Envelope>";
+</env:Envelope>";
function book_to_xml($book) {
throw new SoapFault("Server", "Conversion Fault");
@@ -31,13 +31,13 @@ class test{
$book->a = "foo";
$book->b = "bar";
return $book;
- }
+ }
}
class book{
public $a="a";
public $b="c";
-
+
}
$options=Array(