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_Route_Rewrite extends \Yaf_Route_Interface implements \Ya..

Decoded Output download

<?php

/** @phpstub */
class Yaf_Route_Rewrite extends \Yaf_Route_Interface implements \Yaf_Route_Interface
{
    protected $_verify;
    protected $_route;
    protected $_default;

    /**
     * The __construct purpose
     *
     * @param string $match
     * @param array $route
     * @param array $verify
     */
    public function __construct($match, $route, $verify = array())
    {
    }

    /**
     * The route purpose
     *
     * @param Yaf_Request_Abstract $request
     *
     * @return bool 
     */
    public function route($request)
    {
    }
} ?>

Did this file decode correctly?

Original Code

<?php

/** @phpstub */
class Yaf_Route_Rewrite extends \Yaf_Route_Interface implements \Yaf_Route_Interface
{
    protected $_verify;
    protected $_route;
    protected $_default;

    /**
     * The __construct purpose
     *
     * @param string $match
     * @param array $route
     * @param array $verify
     */
    public function __construct($match, $route, $verify = array())
    {
    }

    /**
     * The route purpose
     *
     * @param Yaf_Request_Abstract $request
     *
     * @return bool 
     */
    public function route($request)
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 2565083ae590f81d5c6dc17b900c7f2e
Eval Count 0
Decode Time 107 ms