summaryrefslogtreecommitdiff
path: root/ext/soap/tests/typemap002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/typemap002.phpt')
-rw-r--r--ext/soap/tests/typemap002.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/soap/tests/typemap002.phpt b/ext/soap/tests/typemap002.phpt
index ceb00f1a19..41bbc1505e 100644
--- a/ext/soap/tests/typemap002.phpt
+++ b/ext/soap/tests/typemap002.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) {
return '<book xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><a xsi:type="xsd:string">'.$book->a.'!</a><b xsi:type="xsd:string">'.$book->b.'!</b></book>';
@@ -31,13 +31,13 @@ class test{
$book->a = "foo";
$book->b = "bar";
return $book;
- }
+ }
}
class book{
public $a="a";
public $b="c";
-
+
}
$options=Array(