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 (isset($errors) && $errors->has('bar')) sharedError:{{ $errors->first('bar')..
Decoded Output download
<? <div>
@if (isset($errors) && $errors->has('bar')) sharedError:{{ $errors->first('bar') }} @endif
</div>
?>
Did this file decode correctly?
Original Code
<div>
@if (isset($errors) && $errors->has('bar')) sharedError:{{ $errors->first('bar') }} @endif
</div>
Function Calls
None |
Stats
MD5 | 3cde24fa251dcbe00a85284028cd8c89 |
Eval Count | 0 |
Decode Time | 98 ms |