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 use Symfony\Component\Console\Command\Command; class Foo5Command extends Command {..

Decoded Output download

<?php

use Symfony\Component\Console\Command\Command;

class Foo5Command extends Command
{
    public function __construct()
    {
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

use Symfony\Component\Console\Command\Command;

class Foo5Command extends Command
{
    public function __construct()
    {
    }
}

Function Calls

None

Variables

None

Stats

MD5 ab33a181019dd14b892e920906a83e41
Eval Count 0
Decode Time 81 ms