Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<div> @if ($model) {{ $this->model->title }} @endif </div> ..
Decoded Output download
<? <div>
@if ($model)
{{ $this->model->title }}
@endif
</div>
?>
Did this file decode correctly?
Original Code
<div>
@if ($model)
{{ $this->model->title }}
@endif
</div>
Function Calls
| None |
Stats
| MD5 | b0eca43e16c08b33ad3cc2658631cc32 |
| Eval Count | 0 |
| Decode Time | 90 ms |