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 #29109 (Uncaught SoapFault exception: [WSDL] Out of memory) --EXTENSIONS-- so..

Decoded Output download

--TEST--
Bug #29109 (Uncaught SoapFault exception: [WSDL] Out of memory)
--EXTENSIONS--
soap
--INI--
soap.wsdl_cache_enabled=0
--FILE--
<?php
$client = new SoapClient(__DIR__."/bug29109.wsdl");
var_dump($client->__getFunctions());
?>
--EXPECT--
array(1) {
  [0]=>
  string(53) "HelloWorldResponse HelloWorld(HelloWorld $parameters)"
}

Did this file decode correctly?

Original Code

--TEST--
Bug #29109 (Uncaught SoapFault exception: [WSDL] Out of memory)
--EXTENSIONS--
soap
--INI--
soap.wsdl_cache_enabled=0
--FILE--
<?php
$client = new SoapClient(__DIR__."/bug29109.wsdl");
var_dump($client->__getFunctions());
?>
--EXPECT--
array(1) {
  [0]=>
  string(53) "HelloWorldResponse HelloWorld(HelloWorld $parameters)"
}

Function Calls

None

Variables

None

Stats

MD5 a1d64462ef683792818424e3e48f2e99
Eval Count 0
Decode Time 82 ms