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 /** * Resolve filename against the include path * * @phpstub * * @param string..
Decoded Output download
<?php
/**
* Resolve filename against the include path
*
* @phpstub
*
* @param string $filename
*
* @return string Returns a ``string`` containing the resolved absolute filename, .
*/
function stream_resolve_include_path($filename)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Resolve filename against the include path
*
* @phpstub
*
* @param string $filename
*
* @return string Returns a ``string`` containing the resolved absolute filename, .
*/
function stream_resolve_include_path($filename)
{
}
Function Calls
None |
Stats
MD5 | 8c8736349853d596279c8289af0b5266 |
Eval Count | 0 |
Decode Time | 84 ms |