File tree 10 files changed +27
-27
lines changed
10 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,11 @@ class IVREvents {
93
93
94
94
}
95
95
?>
96
- --EXPECT --
96
+ --EXPECTF --
97
97
<? xml version="1.0 " encoding="UTF -8 "?>
98
98
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://testurl/Message" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Body><ns1:ivrEvents version="1.0" activityId="101" messageId="12345" source="IVR"><ns1:logOffEvent audienceMemberId="34567" timestamp="2005-11-08T11:22:07+03:00" smokeStatus="Smoked" callInitiator="IVR"/><ns1:logOnEvent xsi:nil="true"/></ns1:ivrEvents></SOAP-ENV:Body></SOAP-ENV:Envelope>
99
99
100
- object(IVREvents)#5 (6 ) {
100
+ object(IVREvents)#%d (%d ) {
101
101
["version"]=>
102
102
string(3) "1.0"
103
103
["activityId"]=>
@@ -111,7 +111,7 @@ object(IVREvents)#5 (6) {
111
111
["logOffEvent"]=>
112
112
array(1) {
113
113
[0]=>
114
- object(LogOffEvent)#6 (4 ) {
114
+ object(LogOffEvent)#%d (%d ) {
115
115
["audienceMemberId"]=>
116
116
int(34567)
117
117
["timestamp"]=>
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ object(IVREvents)#%d (6) {
105
105
["logOnEvent"]=>
106
106
array(1) {
107
107
[0]=>
108
- object(LogOnEvent)#10 (2 ) {
108
+ object(LogOnEvent)#%d (%d ) {
109
109
["audienceMemberId"]=>
110
110
int(34567)
111
111
["timestamp"]=>
Original file line number Diff line number Diff line change 16
16
$ client = new LocalSoapClient (__DIR__ ."/bug73237.wsdl " );
17
17
var_dump ($ client ->query ("" ));
18
18
?>
19
- --EXPECT --
20
- object(stdClass)#2 (1 ) {
19
+ --EXPECTF --
20
+ object(stdClass)#%d (%d ) {
21
21
["result"]=>
22
- object(stdClass)#3 (4 ) {
22
+ object(stdClass)#%d (%d ) {
23
23
["done"]=>
24
24
string(4) "true"
25
25
["queryLocator"]=>
26
26
NULL
27
27
["records"]=>
28
- object(SoapVar)#6 (6 ) {
28
+ object(SoapVar)#%d (%d ) {
29
29
["enc_type"]=>
30
30
int(0)
31
31
["enc_value"]=>
32
- object(stdClass)#4 (3 ) {
32
+ object(stdClass)#%d (%d ) {
33
33
["type"]=>
34
34
string(14) "CampaignMember"
35
35
["Id"]=>
@@ -44,7 +44,7 @@ object(stdClass)#2 (1) {
44
44
[0]=>
45
45
string(175) "<sf:CampaignId>701i0000001lreeAAA</sf:CampaignId><sf:Status>Sent</sf:Status><sf:ContactId xsi:nil="true"/><sf:LeadId>00Qi000001UrbYFEAZ</sf:LeadId><sf:Contact xsi:nil="true"/>"
46
46
["Lead"]=>
47
- object(stdClass)#5 (3 ) {
47
+ object(stdClass)#%d (%d ) {
48
48
["type"]=>
49
49
string(4) "Lead"
50
50
["Id"]=>
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ class DummyClass {
32
32
$ client = new TestSoapClient (__DIR__ ."/../classmap.wsdl " , ['classmap ' => ['Struct ' => 'DummyClass ' ]]);
33
33
var_dump ($ client ->dotest2 ("??? " ));
34
34
?>
35
- --EXPECT --
36
- object(DummyClass)#2 (2 ) {
35
+ --EXPECTF --
36
+ object(DummyClass)#%d (%d ) {
37
37
["a"]=>
38
38
array(2) {
39
39
[0]=>
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ $ret = $client->dotest2("???");
36
36
var_dump ($ ret );
37
37
echo "ok \n" ;
38
38
?>
39
- --EXPECT --
40
- object(book)#2 (2 ) {
39
+ --EXPECTF --
40
+ object(book)#%d (%d ) {
41
41
["a"]=>
42
42
string(5) "Blaat"
43
43
["b"]=>
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ $ret = $client->dotest2("???");
40
40
var_dump ($ ret );
41
41
echo "ok \n" ;
42
42
?>
43
- --EXPECT --
44
- object(bookNs)#2 (2 ) {
43
+ --EXPECTF --
44
+ object(bookNs)#%d (%d ) {
45
45
["a"]=>
46
46
string(5) "Blaat"
47
47
["b"]=>
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ $HTTP_RAW_POST_DATA = $client->__getlastrequest();
17
17
include ("round3_groupE_list.inc " );
18
18
echo "ok \n" ;
19
19
?>
20
- --EXPECT --
20
+ --EXPECTF --
21
21
<? xml version="1.0 " encoding="UTF -8 "?>
22
22
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/WSDLInteropTestRpcEnc" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns2="http://soapinterop.org/xsd" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:echoLinkedList><param0 xsi:type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varString><child xsi:nil="true" xsi:type="ns2:List"/></param0></ns1:echoLinkedList></SOAP-ENV:Body></SOAP-ENV:Envelope>
23
23
<? xml version="1.0 " encoding="UTF -8 "?>
24
24
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/WSDLInteropTestRpcEnc" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns2="http://soapinterop.org/xsd" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:echoLinkedListResponse><return xsi:type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varString><child xsi:nil="true" xsi:type="ns2:List"/></return></ns1:echoLinkedListResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
25
- object(stdClass)#5 (3 ) {
25
+ object(stdClass)#%d (%d ) {
26
26
["varInt"]=>
27
27
int(1)
28
28
["varString"]=>
Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ $HTTP_RAW_POST_DATA = $client->__getlastrequest();
17
17
include ("round3_groupE_list.inc " );
18
18
echo "ok \n" ;
19
19
?>
20
- --EXPECT --
20
+ --EXPECTF --
21
21
<? xml version="1.0 " encoding="UTF -8 "?>
22
22
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/WSDLInteropTestRpcEnc" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns2="http://soapinterop.org/xsd" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:echoLinkedList><param0 xsi:type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varString><child xsi:type="ns2:List"><varInt xsi:type="xsd:int">2</varInt><varString xsi:type="xsd:string">arg2</varString><child xsi:nil="true" xsi:type="ns2:List"/></child></param0></ns1:echoLinkedList></SOAP-ENV:Body></SOAP-ENV:Envelope>
23
23
<? xml version="1.0 " encoding="UTF -8 "?>
24
24
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/WSDLInteropTestRpcEnc" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns2="http://soapinterop.org/xsd" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:echoLinkedListResponse><return xsi:type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varString><child xsi:type="ns2:List"><varInt xsi:type="xsd:int">2</varInt><varString xsi:type="xsd:string">arg2</varString><child xsi:nil="true" xsi:type="ns2:List"/></child></return></ns1:echoLinkedListResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
25
- object(stdClass)#6 (3 ) {
25
+ object(stdClass)#%d (%d ) {
26
26
["varInt"]=>
27
27
int(1)
28
28
["varString"]=>
29
29
string(4) "arg1"
30
30
["child"]=>
31
- object(stdClass)#7 (3 ) {
31
+ object(stdClass)#%d (%d ) {
32
32
["varInt"]=>
33
33
int(2)
34
34
["varString"]=>
Original file line number Diff line number Diff line change @@ -17,24 +17,24 @@ $HTTP_RAW_POST_DATA = $client->__getlastrequest();
17
17
include ("round3_groupE_list.inc " );
18
18
echo "ok \n" ;
19
19
?>
20
- --EXPECT --
20
+ --EXPECTF --
21
21
<? xml version="1.0 " encoding="UTF -8 "?>
22
22
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/WSDLInteropTestRpcEnc" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns2="http://soapinterop.org/xsd" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:echoLinkedList><param0 xsi:type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varString><child xsi:type="ns2:List"><varInt xsi:type="xsd:int">2</varInt><varString xsi:type="xsd:string">arg2</varString><child xsi:type="ns2:List"><varInt xsi:type="xsd:int">3</varInt><varString xsi:type="xsd:string">arg3</varString><child xsi:nil="true" xsi:type="ns2:List"/></child></child></param0></ns1:echoLinkedList></SOAP-ENV:Body></SOAP-ENV:Envelope>
23
23
<? xml version="1.0 " encoding="UTF -8 "?>
24
24
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/WSDLInteropTestRpcEnc" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns2="http://soapinterop.org/xsd" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:echoLinkedListResponse><return xsi:type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">arg1</varString><child xsi:type="ns2:List"><varInt xsi:type="xsd:int">2</varInt><varString xsi:type="xsd:string">arg2</varString><child xsi:type="ns2:List"><varInt xsi:type="xsd:int">3</varInt><varString xsi:type="xsd:string">arg3</varString><child xsi:nil="true" xsi:type="ns2:List"/></child></child></return></ns1:echoLinkedListResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
25
- object(stdClass)#7 (3 ) {
25
+ object(stdClass)#%d (%d ) {
26
26
["varInt"]=>
27
27
int(1)
28
28
["varString"]=>
29
29
string(4) "arg1"
30
30
["child"]=>
31
- object(stdClass)#8 (3 ) {
31
+ object(stdClass)#%d (%d ) {
32
32
["varInt"]=>
33
33
int(2)
34
34
["varString"]=>
35
35
string(4) "arg2"
36
36
["child"]=>
37
- object(stdClass)#9 (3 ) {
37
+ object(stdClass)#%d (%d ) {
38
38
["varInt"]=>
39
39
int(3)
40
40
["varString"]=>
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ object(stdClass)#%d (8) {
64
64
}
65
65
<? xml version="1.0 " encoding="UTF -8 "?>
66
66
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType"><dateTime xsi:type="xsd:dateTime">2023-10-14T13:37:42.123400+02:00</dateTime><time xsi:type="xsd:time">13:37:42.123400+02:00</time><date xsi:type="xsd:date">2023-10-14+02:00</date><gYearMonth xsi:type="xsd:gYearMonth">2023-10+02:00</gYearMonth><gYear xsi:type="xsd:gYear">2023+02:00</gYear><gMonthDay xsi:type="xsd:gMonthDay">--10-14+02:00</gMonthDay><gDay xsi:type="xsd:gDay">---14+02:00</gDay><gMonth xsi:type="xsd:gMonth">--10--+02:00</gMonth></testParam></ns1:test></SOAP-ENV:Body></SOAP-ENV:Envelope>
67
- object(stdClass)#9 (8 ) {
67
+ object(stdClass)#%d (%d ) {
68
68
["dateTime"]=>
69
69
string(32) "2023-10-14T13:37:42.123400+02:00"
70
70
["time"]=>
@@ -84,7 +84,7 @@ object(stdClass)#9 (8) {
84
84
}
85
85
<? xml version="1.0 " encoding="UTF -8 "?>
86
86
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns1:testType"><dateTime xsi:type="xsd:dateTime">2023-10-14T13:37:42.123400Z</dateTime><time xsi:type="xsd:time">13:37:42.123400Z</time><date xsi:type="xsd:date">2023-10-14Z</date><gYearMonth xsi:type="xsd:gYearMonth">2023-10Z</gYearMonth><gYear xsi:type="xsd:gYear">2023Z</gYear><gMonthDay xsi:type="xsd:gMonthDay">--10-14Z</gMonthDay><gDay xsi:type="xsd:gDay">---14Z</gDay><gMonth xsi:type="xsd:gMonth">--10--Z</gMonth></testParam></ns1:test></SOAP-ENV:Body></SOAP-ENV:Envelope>
87
- object(stdClass)#8 (8 ) {
87
+ object(stdClass)#%d (%d ) {
88
88
["dateTime"]=>
89
89
string(27) "2023-10-14T13:37:42.123400Z"
90
90
["time"]=>
You can’t perform that action at this time.
0 commit comments