Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<tfoot> <tr> @foreach($columns as $column) <td class="{{ $column['..

Decoded Output download

<?  <tfoot>
    <tr>
        @foreach($columns as $column)
            <td class="{{ $column['class'] }}">{!! $column['value'] !!}</td>
        @endforeach
    </tr>
</tfoot>


 ?>

Did this file decode correctly?

Original Code

<tfoot>
    <tr>
        @foreach($columns as $column)
            <td class="{{ $column['class'] }}">{!! $column['value'] !!}</td>
        @endforeach
    </tr>
</tfoot>


Function Calls

None

Variables

None

Stats

MD5 6327b572ded4fc21a3333ba2e7aa61fd
Eval Count 0
Decode Time 96 ms