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 Illuminate\Tests\Integration\Foundation\Fixtures\Console; use Exception;..

Decoded Output download

<?php

namespace Illuminate\Tests\Integration\Foundation\Fixtures\Console;

use Exception;
use Illuminate\Console\Command;

class ThrowExceptionCommand extends Command
{
    protected $signature = 'throw-exception-command';

    public function handle()
    {
        throw new Exception('Thrown inside ThrowExceptionCommand');
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Illuminate\Tests\Integration\Foundation\Fixtures\Console;

use Exception;
use Illuminate\Console\Command;

class ThrowExceptionCommand extends Command
{
    protected $signature = 'throw-exception-command';

    public function handle()
    {
        throw new Exception('Thrown inside ThrowExceptionCommand');
    }
}

Function Calls

None

Variables

None

Stats

MD5 aeadc00da698b27a4e1b9156b03c47f9
Eval Count 0
Decode Time 90 ms