Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Set whether to use the SOAP error handler * * @phpstub * * @param bool $..
Decoded Output download
<?php
/**
* Set whether to use the SOAP error handler
*
* @phpstub
*
* @param bool $handler
*
* @return bool Returns the original value.
*/
function use_soap_error_handler($handler = true)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set whether to use the SOAP error handler
*
* @phpstub
*
* @param bool $handler
*
* @return bool Returns the original value.
*/
function use_soap_error_handler($handler = true)
{
}
Function Calls
None |
Stats
MD5 | d0fdd06d38d73ac38b2127ce9dc197df |
Eval Count | 0 |
Decode Time | 79 ms |