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 fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentCol..

Decoded Output download

<?  <svg
    fill="none"
    viewBox="0 0 24 24"
    stroke-width="1.5"
    stroke="currentColor"
    {{ $attributes }}
>
    <path
        stroke-linecap="round"
        stroke-linejoin="round"
        d="M4.5 15.75l7.5-7.5 7.5 7.5"
    />
</svg>
 ?>

Did this file decode correctly?

Original Code

<svg
    fill="none"
    viewBox="0 0 24 24"
    stroke-width="1.5"
    stroke="currentColor"
    {{ $attributes }}
>
    <path
        stroke-linecap="round"
        stroke-linejoin="round"
        d="M4.5 15.75l7.5-7.5 7.5 7.5"
    />
</svg>

Function Calls

None

Variables

None

Stats

MD5 d8bda62eebb3df6f7f746e673323803d
Eval Count 0
Decode Time 83 ms