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 /** @phpstub */ class Yaf_Action_Abstract extends \Yaf_Controller_Abstract { pr..

Decoded Output download

<?php

/** @phpstub */
class Yaf_Action_Abstract extends \Yaf_Controller_Abstract
{
    protected $_controller;

    /**
     * Execute the action
     *
     * @phpstub-variable-parameters
     *
     * @param mixed $arg
     * @param mixed $_
     *
     * @return mixed 
     */
    public function execute($arg = NULL, $_ = NULL)
    {
    }

    /**
     * get controller instance
     *
     * @return Yaf_Controller_Abstract 
     */
    public function getController()
    {
    }
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
class Yaf_Action_Abstract extends \Yaf_Controller_Abstract
{
    protected $_controller;

    /**
     * Execute the action
     *
     * @phpstub-variable-parameters
     *
     * @param mixed $arg
     * @param mixed $_
     *
     * @return mixed 
     */
    public function execute($arg = NULL, $_ = NULL)
    {
    }

    /**
     * get controller instance
     *
     * @return Yaf_Controller_Abstract 
     */
    public function getController()
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 2e88a7bd8e430b84d72f3be9626ccf42
Eval Count 0
Decode Time 95 ms