We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1886292 commit 0344e6aCopy full SHA for 0344e6a
ext/soap/tests/bugs/bug66112.phpt
@@ -27,9 +27,10 @@ $HTTP_RAW_POST_DATA=<<<EOF
27
</soapenv:Body>
28
</soapenv:Envelope>
29
EOF;
30
-echo "OK\n";
31
$s->handle($HTTP_RAW_POST_DATA);
32
-echo "BUG\n";
+echo "OK\n";
33
?>
34
--EXPECT--
+<?xml version="1.0" encoding="UTF-8"?>
35
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="uri:mist"><SOAP-ENV:Body><ns1:Response><A>ABC</A><B>sss</B></ns1:Response></SOAP-ENV:Body></SOAP-ENV:Envelope>
36
OK
0 commit comments