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 }} fill="none" viewBox="0 0 24 24" stroke="currentColo..

Decoded Output download

<?  <svg
    {{ $attributes }}
    fill="none"
    viewBox="0 0 24 24"
    stroke="currentColor"
>
    <path
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke-width="2"
        d="M6 18L18 6M6 6l12 12"
    />
</svg>
 ?>

Did this file decode correctly?

Original Code

<svg
    {{ $attributes }}
    fill="none"
    viewBox="0 0 24 24"
    stroke="currentColor"
>
    <path
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke-width="2"
        d="M6 18L18 6M6 6l12 12"
    />
</svg>

Function Calls

None

Variables

None

Stats

MD5 e46718f5d1e59d8588c631111d93df9f
Eval Count 0
Decode Time 83 ms