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' => 'h-5 w-5']) }} fill="none" stroke="curr..
Decoded Output download
<? <svg
{{ $attributes->merge(['class' => 'h-5 w-5']) }}
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
class="w-6 h-6 dark:text-gray-300 text-gray-400"
>
<path d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
</svg>
?>
Did this file decode correctly?
Original Code
<svg
{{ $attributes->merge(['class' => 'h-5 w-5']) }}
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
class="w-6 h-6 dark:text-gray-300 text-gray-400"
>
<path d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
</svg>
Function Calls
None |
Stats
MD5 | 0c100d0705e69cdf8695dbc1ce209a9b |
Eval Count | 0 |
Decode Time | 99 ms |