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

Signing you up...

Thank you for signing up!

PHP Decode

@if ($withInjectedValue) <x-appendable-panel class="bg-gray-100" :name="$name" data-co..

Decoded Output download

<?  @if ($withInjectedValue)
    <x-appendable-panel class="bg-gray-100" :name="$name" data-controller="outside-controller" foo="bar">
        Panel contents
    </x-appendable-panel>
@else
    <x-appendable-panel class="bg-gray-100" :name="$name" foo="bar">
        Panel contents
    </x-appendable-panel>
@endif
 ?>

Did this file decode correctly?

Original Code

@if ($withInjectedValue)
    <x-appendable-panel class="bg-gray-100" :name="$name" data-controller="outside-controller" foo="bar">
        Panel contents
    </x-appendable-panel>
@else
    <x-appendable-panel class="bg-gray-100" :name="$name" foo="bar">
        Panel contents
    </x-appendable-panel>
@endif

Function Calls

None

Variables

None

Stats

MD5 7b843eeda64eed8abb8ae5456e71cf34
Eval Count 0
Decode Time 91 ms