summaryrefslogtreecommitdiff
path: root/ext/soap/tests/interop/Round3/GroupE/round3_groupE_list.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/interop/Round3/GroupE/round3_groupE_list.inc')
-rw-r--r--ext/soap/tests/interop/Round3/GroupE/round3_groupE_list.inc17
1 files changed, 0 insertions, 17 deletions
diff --git a/ext/soap/tests/interop/Round3/GroupE/round3_groupE_list.inc b/ext/soap/tests/interop/Round3/GroupE/round3_groupE_list.inc
deleted file mode 100644
index 83454c0774..0000000000
--- a/ext/soap/tests/interop/Round3/GroupE/round3_groupE_list.inc
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-class SOAP_Interop_GroupE {
-
- function echoLinkedList($inputList)
- {
- global $d;
- $d = $inputList;
- return $inputList;
- }
-
-}
-
-$server = new SoapServer(dirname(__FILE__)."/round3_groupE_list.wsdl");
-$server->setClass("SOAP_Interop_GroupE");
-$server->handle();
-var_dump($d);
-?> \ No newline at end of file