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 /** * @author Jeremiah Small <[email protected]> */ namespace Laminas..

Decoded Output download

<?php

/**
 * @author Jeremiah Small <[email protected]>
 */

namespace LaminasTest\Code\Reflection\TestAsset;

/**
 * This is a sample class docblock
 *
 * @myTag blah
 */
class TestSampleClass7
{
    /**
     * @param Laminas\Foo\Bar $var desc
     * @return Laminas\Code\Reflection\DocBlock
     */
    public function doSomething()
    {

    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

/**
 * @author Jeremiah Small <[email protected]>
 */

namespace LaminasTest\Code\Reflection\TestAsset;

/**
 * This is a sample class docblock
 *
 * @myTag blah
 */
class TestSampleClass7
{
    /**
     * @param Laminas\Foo\Bar $var desc
     * @return Laminas\Code\Reflection\DocBlock
     */
    public function doSomething()
    {

    }
}

Function Calls

None

Variables

None

Stats

MD5 97263889a38a5da57e8b48337ecf04cd
Eval Count 0
Decode Time 110 ms