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> <h1>Errors test</h1> @foreach ($errors->all() as $error) <li>{{ $er..

Decoded Output download

<?  <div>
    <h1>Errors test</h1>

    @foreach ($errors->all() as $error)
        <li>{{ $error }}</li>
    @endforeach
</div>
 ?>

Did this file decode correctly?

Original Code

<div>
    <h1>Errors test</h1>

    @foreach ($errors->all() as $error)
        <li>{{ $error }}</li>
    @endforeach
</div>

Function Calls

None

Variables

None

Stats

MD5 5f4e2aff9f9ef0a240262037d97f594c
Eval Count 0
Decode Time 79 ms