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 #75502 (Segmentation fault in zend_string_release) --EXTENSIONS-- soap --INI-..
Decoded Output download
--TEST--
Bug #75502 (Segmentation fault in zend_string_release)
--EXTENSIONS--
soap
--INI--
soap.wsdl_cache_enabled=1
soap.wsdl_cache=2
--FILE--
<?php
/* The important part is that restriction>enumeration is used together with mem cache.
* Reuse a WSDL file contains this. */
$client = new SoapClient(__DIR__."/bug29236.wsdl");
?>
===DONE===
--EXPECT--
===DONE===
Did this file decode correctly?
Original Code
--TEST--
Bug #75502 (Segmentation fault in zend_string_release)
--EXTENSIONS--
soap
--INI--
soap.wsdl_cache_enabled=1
soap.wsdl_cache=2
--FILE--
<?php
/* The important part is that restriction>enumeration is used together with mem cache.
* Reuse a WSDL file contains this. */
$client = new SoapClient(__DIR__."/bug29236.wsdl");
?>
===DONE===
--EXPECT--
===DONE===
Function Calls
None |
Stats
MD5 | 2164b8dd84c91a88094d6350f34edd28 |
Eval Count | 0 |
Decode Time | 100 ms |