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"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M9 5l7 7-7 7"
/>
</svg>
?>
Did this file decode correctly?
Original Code
<svg
{{ $attributes }}
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M9 5l7 7-7 7"
/>
</svg>
Function Calls
None |
Stats
MD5 | ede72fca6b81f95893aee2ac85feb2b3 |
Eval Count | 0 |
Decode Time | 85 ms |