summaryrefslogtreecommitdiff
path: root/ext/soap/tests/typemap009.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/typemap009.phpt')
-rw-r--r--ext/soap/tests/typemap009.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/soap/tests/typemap009.phpt b/ext/soap/tests/typemap009.phpt
index ec5c38da2b..7c7cd6fee7 100644
--- a/ext/soap/tests/typemap009.phpt
+++ b/ext/soap/tests/typemap009.phpt
@@ -22,7 +22,7 @@ $GLOBALS['HTTP_RAW_POST_DATA']="
</ns1:dotest>
</env:Body>
<env:Header/>
-</env:Envelope>";
+</env:Envelope>";
function book_from_xml($xml) {
throw new SoapFault("Server", "Conversion Failed");
@@ -32,13 +32,13 @@ class test{
function dotest($book){
$classname=get_class($book);
return "Object: ".$classname. "(".$book->a.",".$book->b.")";
- }
+ }
}
class book{
public $a="a";
public $b="c";
-
+
}
$options=Array(
'actor' =>'http://schemas.nothing.com',