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 /** * Yaf(3.0.7) * @author shixinke(http://www.shixinke.com) * @modified 2018/05/20 ..
Decoded Output download
<?php
/**
* Yaf(3.0.7)
* @author shixinke(http://www.shixinke.com)
* @modified 2018/05/20
*/
/**
*yaf
*/
namespace Yaf\Exception;
class LoadFailed extends \Yaf\Exception implements \Throwable
{
/**
* @var string $file
*
* @access protected
*/
protected $file;
/**
* @var int $line
*
* @access protected
*/
protected $line;
/**
* @var string $message
*
* @access protected
*/
protected $message;
/**
* @var int $code
*
* @access protected
*/
protected $code = 0;
/**
* @var Throwable $previous
*
* @access protected
*/
protected $previous;
/**
*
*
* @example
* @return
*/
private final function __clone()
{
}
/**
*
*
* @example
* @param string $message
* @param int $code
* @param Throwable $previous
* @return
*/
public function __construct(string $message = '', int $code = 0, Throwable $previous)
{
}
/**
*
*
* @example
* @return
*/
public function __wakeup()
{
}
/**
*
*
* @example
* @return string
*/
public final function getMessage(): string
{
}
/**
*
*
* @example
* @return int
*/
public final function getCode(): int
{
}
/**
*
*
* @example
* @return string
*/
public final function getFile(): string
{
}
/**
*
*
* @example
* @return int
*/
public final function getLine(): int
{
}
/**
*
*trace
* @example
* @return array
*/
public final function getTrace(): array
{
}
/**
*
*
* @example
* @return Throwable
*/
public final function getPrevious()
{
return new Exception();
}
/**
*
*
* @example
* @return string
*/
public final function getTraceAsString(): string
{
}
/**
*
*
* @example
* @return string
*/
public function __toString(): string
{
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Yaf(3.0.7)
* @author shixinke(http://www.shixinke.com)
* @modified 2018/05/20
*/
/**
*yaf
*/
namespace Yaf\Exception;
class LoadFailed extends \Yaf\Exception implements \Throwable
{
/**
* @var string $file
*
* @access protected
*/
protected $file;
/**
* @var int $line
*
* @access protected
*/
protected $line;
/**
* @var string $message
*
* @access protected
*/
protected $message;
/**
* @var int $code
*
* @access protected
*/
protected $code = 0;
/**
* @var Throwable $previous
*
* @access protected
*/
protected $previous;
/**
*
*
* @example
* @return
*/
private final function __clone()
{
}
/**
*
*
* @example
* @param string $message
* @param int $code
* @param Throwable $previous
* @return
*/
public function __construct(string $message = '', int $code = 0, Throwable $previous)
{
}
/**
*
*
* @example
* @return
*/
public function __wakeup()
{
}
/**
*
*
* @example
* @return string
*/
public final function getMessage(): string
{
}
/**
*
*
* @example
* @return int
*/
public final function getCode(): int
{
}
/**
*
*
* @example
* @return string
*/
public final function getFile(): string
{
}
/**
*
*
* @example
* @return int
*/
public final function getLine(): int
{
}
/**
*
*trace
* @example
* @return array
*/
public final function getTrace(): array
{
}
/**
*
*
* @example
* @return Throwable
*/
public final function getPrevious()
{
return new Exception();
}
/**
*
*
* @example
* @return string
*/
public final function getTraceAsString(): string
{
}
/**
*
*
* @example
* @return string
*/
public function __toString(): string
{
}
}
Function Calls
None |
Stats
MD5 | b3c11b9ba035aa20521b6673b24b476a |
Eval Count | 0 |
Decode Time | 114 ms |