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-width="1.5" ..
Decoded Output download
<? <svg
{{ $attributes }}
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9"
/>
</svg>
?>
Did this file decode correctly?
Original Code
<svg
{{ $attributes }}
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M8.25 15 12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9"
/>
</svg>
Function Calls
None |
Stats
MD5 | 6d69100032fcd138351db7ddc2ba890a |
Eval Count | 0 |
Decode Time | 72 ms |