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 namespace LaminasTest\Code\Reflection\TestAsset; class TestSampleClass12 { /**..

Decoded Output download

<?php

namespace LaminasTest\Code\Reflection\TestAsset;

class TestSampleClass12
{
    /**
     *
     * @param  int    $one
     * @param  int    $two
     * @return string
     */
    protected function doSomething(&$one, $two)
    {
        return 'mixedValue';
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace LaminasTest\Code\Reflection\TestAsset;

class TestSampleClass12
{
    /**
     *
     * @param  int    $one
     * @param  int    $two
     * @return string
     */
    protected function doSomething(&$one, $two)
    {
        return 'mixedValue';
    }
}

Function Calls

None

Variables

None

Stats

MD5 5a16d357b5246ab0d385d5f68471dc38
Eval Count 0
Decode Time 107 ms