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

Signing you up...

Thank you for signing up!

PHP Decode

<svg {{ $attributes->merge(['class' => 'pointer-events-none']) }} xmlns="http://ww..

Decoded Output download

<?  <svg
    {{ $attributes->merge(['class' => 'pointer-events-none']) }}
    xmlns="http://www.w3.org/2000/svg"
    fill="none"
    viewBox="0 0 24 24"
    stroke="currentColor"
>
    <path
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke-width="2"
        d="M5 15l7-7 7 7"
    />
</svg>
 ?>

Did this file decode correctly?

Original Code

<svg
    {{ $attributes->merge(['class' => 'pointer-events-none']) }}
    xmlns="http://www.w3.org/2000/svg"
    fill="none"
    viewBox="0 0 24 24"
    stroke="currentColor"
>
    <path
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke-width="2"
        d="M5 15l7-7 7 7"
    />
</svg>

Function Calls

None

Variables

None

Stats

MD5 3f5232fdaea6a66ba9ee238ba6d2f32c
Eval Count 0
Decode Time 134 ms