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 class CustomComment extends Timber\Comment { public function foo() { ..

Decoded Output download

<?php

class CustomComment extends Timber\Comment
{
    public function foo()
    {
        return 'bar';
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

class CustomComment extends Timber\Comment
{
    public function foo()
    {
        return 'bar';
    }
}

Function Calls

None

Variables

None

Stats

MD5 372c5c1c88c5394e732fc4bd639c5696
Eval Count 0
Decode Time 90 ms