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-laravel-exceptions-renderer::card class="mt-6 overflow-x-auto"> <div x-data..

Decoded Output download

<?  <x-laravel-exceptions-renderer::card class="mt-6 overflow-x-auto">
    <div
        x-data="{
            includeVendorFrames: false,
            index: {{ $exception->defaultFrame() }},
        }"
    >
        <div class="grid grid-cols-1 gap-6 lg:grid-cols-3" x-clock>
            <x-laravel-exceptions-renderer::trace :$exception />
            <x-laravel-exceptions-renderer::editor :$exception />
        </div>
    </div>
</x-laravel-exceptions-renderer::card>
 ?>

Did this file decode correctly?

Original Code

<x-laravel-exceptions-renderer::card class="mt-6 overflow-x-auto">
    <div
        x-data="{
            includeVendorFrames: false,
            index: {{ $exception->defaultFrame() }},
        }"
    >
        <div class="grid grid-cols-1 gap-6 lg:grid-cols-3" x-clock>
            <x-laravel-exceptions-renderer::trace :$exception />
            <x-laravel-exceptions-renderer::editor :$exception />
        </div>
    </div>
</x-laravel-exceptions-renderer::card>

Function Calls

None

Variables

None

Stats

MD5 9c7b261d47cf5f0b0520935bcf20aba5
Eval Count 0
Decode Time 106 ms