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 /** * @Bar() * @Baz( * arg1 = "baz" , * arg2 ={ * "baz" =true *..

Decoded Output download

<?php

/**
 * @Bar()
 * @Baz(
 *   arg1 = "baz" ,
 *       arg2 ={
 *       "baz" =true
 *       }
 *  )
 */
class Foo
{
}
 ?>

Did this file decode correctly?

Original Code

<?php

/**
 * @Bar()
 * @Baz(
 *   arg1 = "baz" ,
 *       arg2 ={
 *       "baz" =true
 *       }
 *  )
 */
class Foo
{
}

Function Calls

None

Variables

None

Stats

MD5 4742d35c9927ce718e77944314adde9a
Eval Count 0
Decode Time 99 ms