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()
*/
abstract class Yaf_Action_Abstract extends Yaf_Controller_Abstract
{
/**
* @var array $actions
*
* @access public
*/
public $actions = array();
/**
* @var string $_module
*
* @access protected
*/
protected $_module;
/**
* @var string $_name
*
* @access protected
*/
protected $_name;
/**
* @var Yaf_Request_Abstract $_request
*
* @access protected
*/
protected $_request;
/**
* @var Yaf_Response_Abstract $_response
*
* @access protected
*/
protected $_response;
/**
* @var array $_invoke_args
*
* @access protected
*/
protected $_invoke_args = array();
/**
* @var Yaf_View_Interface $_view
*
* @access protected
*/
protected $_view;
/**
* @var Yaf_Controller_Abstract $_controller
*
* @access protected
*/
protected $_controller;
/**
*
*
* @example
* @return Yaf_Action_Abstract
*/
public function getController(): Yaf_Action_Abstract
{
}
/**
*
*Yaf
* @example
* @param mixed $arg
* @param mixed $arg2 2
* @return Yaf_Action_Abstract
*/
public abstract function execute($arg, $arg2): Yaf_Action_Abstract;
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Yaf(3.0.7)
* @author shixinke(http://www.shixinke.com)
* @modified 2018/05/20
*/
/**
*yaf()
*/
abstract class Yaf_Action_Abstract extends Yaf_Controller_Abstract
{
/**
* @var array $actions
*
* @access public
*/
public $actions = array();
/**
* @var string $_module
*
* @access protected
*/
protected $_module;
/**
* @var string $_name
*
* @access protected
*/
protected $_name;
/**
* @var Yaf_Request_Abstract $_request
*
* @access protected
*/
protected $_request;
/**
* @var Yaf_Response_Abstract $_response
*
* @access protected
*/
protected $_response;
/**
* @var array $_invoke_args
*
* @access protected
*/
protected $_invoke_args = array();
/**
* @var Yaf_View_Interface $_view
*
* @access protected
*/
protected $_view;
/**
* @var Yaf_Controller_Abstract $_controller
*
* @access protected
*/
protected $_controller;
/**
*
*
* @example
* @return Yaf_Action_Abstract
*/
public function getController(): Yaf_Action_Abstract
{
}
/**
*
*Yaf
* @example
* @param mixed $arg
* @param mixed $arg2 2
* @return Yaf_Action_Abstract
*/
public abstract function execute($arg, $arg2): Yaf_Action_Abstract;
}
Function Calls
None |
Stats
MD5 | 1fa3fca1beeb41ee823d07e322a53e04 |
Eval Count | 0 |
Decode Time | 137 ms |