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 App\Http\Controllers; class ExampleController extends Controller { /..

Decoded Output download

<?php

namespace App\Http\Controllers;

class ExampleController extends Controller
{
    /**
     * Create a new controller instance.
     *
     * @return void
     */
    public function __construct()
    {
        //
    }

    //
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace App\Http\Controllers;

class ExampleController extends Controller
{
    /**
     * Create a new controller instance.
     *
     * @return void
     */
    public function __construct()
    {
        //
    }

    //
}

Function Calls

None

Variables

None

Stats

MD5 ff9094024e3e1c1f67d513d0e0e7b2ee
Eval Count 0
Decode Time 92 ms