Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
--TEST-- Bug #27722 (Segfault on schema without targetNamespace) --EXTENSIONS-- soap --GET..
Decoded Output download
--TEST--
Bug #27722 (Segfault on schema without targetNamespace)
--EXTENSIONS--
soap
--GET--
wsdl
--INI--
soap.wsdl_cache_enabled=0
--FILE--
<?php
$x = new SoapClient(__DIR__."/bug27722.wsdl");
echo "ok
";
?>
--EXPECT--
ok
Did this file decode correctly?
Original Code
--TEST--
Bug #27722 (Segfault on schema without targetNamespace)
--EXTENSIONS--
soap
--GET--
wsdl
--INI--
soap.wsdl_cache_enabled=0
--FILE--
<?php
$x = new SoapClient(__DIR__."/bug27722.wsdl");
echo "ok\n";
?>
--EXPECT--
ok
Function Calls
None |
Stats
MD5 | 7837ce1021a3aed8c0c4ed731540009c |
Eval Count | 0 |
Decode Time | 73 ms |