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 /** * License Info * * This is a test File docblock * * @author Ralph Schindle..

Decoded Output download

<?php

/**
 * License Info
 *
 * This is a test File docblock
 *
 * @author Ralph Schindler
 */

namespace LaminasTest\Code\Reflection\TestAsset;

/**
 * This is a sample class docblock
 *
 * blah
 */
class TestSampleClass extends \ArrayObject
{

}
 ?>

Did this file decode correctly?

Original Code

<?php

/**
 * License Info
 *
 * This is a test File docblock
 *
 * @author Ralph Schindler
 */

namespace LaminasTest\Code\Reflection\TestAsset;

/**
 * This is a sample class docblock
 *
 * blah
 */
class TestSampleClass extends \ArrayObject
{

}

Function Calls

None

Variables

None

Stats

MD5 1ee7084fcb03a37c63213a1503fdd6ee
Eval Count 0
Decode Time 83 ms