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\Features\SupportTesting; class ShowDuskComponent { public f..

Decoded Output download

<?php

namespace Livewire\Features\SupportTesting;

class ShowDuskComponent
{
    public function __invoke($component)
    {
        $class = urldecode($component);

        return app()->call(app('livewire')->new($class));
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Livewire\Features\SupportTesting;

class ShowDuskComponent
{
    public function __invoke($component)
    {
        $class = urldecode($component);

        return app()->call(app('livewire')->new($class));
    }
}

Function Calls

None

Variables

None

Stats

MD5 2fb6913671434fce3911c76c18fa978c
Eval Count 0
Decode Time 111 ms