Skip to content

Commit 76c1c8b

Browse files
committed
Adjust error for older libxml
1 parent aca2c73 commit 76c1c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/soap/tests/bugs/gh19784.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $v_5257 = base64_decode($v_5256,);
99
$v_5238 = array('encoding' => $v_5257);
1010
new SoapServer('foobarbaz',$v_5238,);
1111
?>
12-
--EXPECT--
12+
--EXPECTF--
1313
<?xml version="1.0" encoding="UTF-8"?>
14-
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>WSDL</faultcode><faultstring>SOAP-ERROR: Parsing WSDL: Couldn't load from 'foobarbaz' : failed to load "foobarbaz": No such file or directory
14+
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>WSDL</faultcode><faultstring>SOAP-ERROR: Parsing WSDL: Couldn't load from 'foobarbaz'%s
1515
</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>

0 commit comments

Comments
 (0)