Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
@props([ 'name', ]) <span {{ $attributes }}> Hello {{ $name }} </span> ..
Decoded Output download
<? @props([
'name',
])
<span {{ $attributes }}>
Hello {{ $name }}
</span>
?>
Did this file decode correctly?
Original Code
@props([
'name',
])
<span {{ $attributes }}>
Hello {{ $name }}
</span>
Function Calls
| None |
Stats
| MD5 | 5cd48d5459c8fb1e88a8b3a7c0980d7c |
| Eval Count | 0 |
| Decode Time | 139 ms |