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 SampleAnnotation { publ..

Decoded Output download

<?php

namespace LaminasTest\Code\Reflection\TestAsset;

class SampleAnnotation
{
    public $content;

    public function initialize($content)
    {
        $this->content = __CLASS__ . ': ' . $content;
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace LaminasTest\Code\Reflection\TestAsset;

class SampleAnnotation
{
    public $content;

    public function initialize($content)
    {
        $this->content = __CLASS__ . ': ' . $content;
    }
}

Function Calls

None

Variables

None

Stats

MD5 4d3bf9b77a2e6ff2cb80a8e487999cee
Eval Count 0
Decode Time 110 ms