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-dynamic-component :component="WireUi::component('switcher')" :data="$wrapperDat..

Decoded Output download

<?  <x-dynamic-component
    :component="WireUi::component('switcher')"
    :data="$wrapperData"
    :attributes="$attrs->only(['wire:key'])"
>
    @include('wireui-wrapper::components.slots')

    <input
        {{ $attrs
            ->class([
                'form-checkbox transition ease-in-out duration-100',
                $roundedClasses,
                $colorClasses,
                $sizeClasses,

                'invalidated:focus:ring-negative-500 invalidated:ring-negative-500 invalidated:border-negative-400 invalidated:text-negative-600',
                'invalidated:focus:border-negative-400 invalidated:dark:focus:border-negative-600 invalidated:dark:ring-negative-600',
                'invalidated:dark:border-negative-600 invalidated:dark:bg-negative-700 invalidated:dark:checked:bg-negative-700',
                'invalidated:dark:focus:ring-offset-secondary-800 invalidated:dark:checked:border-negative-700',
            ])
            ->merge(['type' => 'checkbox'])
        }}
    />
</x-dynamic-component>
 ?>

Did this file decode correctly?

Original Code

<x-dynamic-component
    :component="WireUi::component('switcher')"
    :data="$wrapperData"
    :attributes="$attrs->only(['wire:key'])"
>
    @include('wireui-wrapper::components.slots')

    <input
        {{ $attrs
            ->class([
                'form-checkbox transition ease-in-out duration-100',
                $roundedClasses,
                $colorClasses,
                $sizeClasses,

                'invalidated:focus:ring-negative-500 invalidated:ring-negative-500 invalidated:border-negative-400 invalidated:text-negative-600',
                'invalidated:focus:border-negative-400 invalidated:dark:focus:border-negative-600 invalidated:dark:ring-negative-600',
                'invalidated:dark:border-negative-600 invalidated:dark:bg-negative-700 invalidated:dark:checked:bg-negative-700',
                'invalidated:dark:focus:ring-offset-secondary-800 invalidated:dark:checked:border-negative-700',
            ])
            ->merge(['type' => 'checkbox'])
        }}
    />
</x-dynamic-component>

Function Calls

None

Variables

None

Stats

MD5 a6eaec69a96f6d0bb5d4da3e82032efe
Eval Count 0
Decode Time 87 ms