Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<x-component-with-slot> <x-slot name="header"> The component header </x-sl..

Decoded Output download

<?  <x-component-with-slot>
    <x-slot name="header">
        The component header
    </x-slot>
</x-component-with-slot>

<div>
    Hello World
</div>
 ?>

Did this file decode correctly?

Original Code

<x-component-with-slot>
    <x-slot name="header">
        The component header
    </x-slot>
</x-component-with-slot>

<div>
    Hello World
</div>

Function Calls

None

Variables

None

Stats

MD5 9c4c8359c44ec1778866c8a537a0c231
Eval Count 0
Decode Time 82 ms