summaryrefslogtreecommitdiff
path: root/ext/soap/tests/typemap012.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/typemap012.phpt')
-rw-r--r--ext/soap/tests/typemap012.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/soap/tests/typemap012.phpt b/ext/soap/tests/typemap012.phpt
index 847957a982..79e2319085 100644
--- a/ext/soap/tests/typemap012.phpt
+++ b/ext/soap/tests/typemap012.phpt
@@ -10,13 +10,13 @@ class TestSoapClient extends SoapClient{
function __doRequest($request, $location, $action, $version, $one_way = 0) {
echo $request;
exit;
- }
+ }
}
class book{
public $a="a";
public $b="c";
-
+
}
function book_to_xml($book) {