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 /** * Disable the ability to load external entities * * @phpstub * * @param bo..
Decoded Output download
<?php
/**
* Disable the ability to load external entities
*
* @phpstub
*
* @param bool $disable
*
* @return bool Returns the previous value.
*/
function libxml_disable_entity_loader($disable = true)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Disable the ability to load external entities
*
* @phpstub
*
* @param bool $disable
*
* @return bool Returns the previous value.
*/
function libxml_disable_entity_loader($disable = true)
{
}
Function Calls
None |
Stats
MD5 | e82cbfdefb62993f291acef406473312 |
Eval Count | 0 |
Decode Time | 89 ms |