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 Livewire\Mechanisms; abstract class Mechanism { function register() ..

Decoded Output download

<?php

namespace Livewire\Mechanisms;

abstract class Mechanism
{
    function register()
    {
        app()->instance(static::class, $this);
    }

    function boot()
    {
        //
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Livewire\Mechanisms;

abstract class Mechanism
{
    function register()
    {
        app()->instance(static::class, $this);
    }

    function boot()
    {
        //
    }
}

Function Calls

None

Variables

None

Stats

MD5 88937e76576632c96c9694574c60f764
Eval Count 0
Decode Time 90 ms