summaryrefslogtreecommitdiff
path: root/ext/soap/tests/typemap001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/typemap001.phpt')
-rw-r--r--ext/soap/tests/typemap001.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/soap/tests/typemap001.phpt b/ext/soap/tests/typemap001.phpt
index b5ed31da85..3268c694ae 100644
--- a/ext/soap/tests/typemap001.phpt
+++ b/ext/soap/tests/typemap001.phpt
@@ -23,7 +23,7 @@ $GLOBALS['HTTP_RAW_POST_DATA']="
</ns1:dotest>
</env:Body>
<env:Header/>
-</env:Envelope>";
+</env:Envelope>";
function book_from_xml($xml) {
$sxe = simplexml_load_string($xml);
@@ -37,13 +37,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',