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

Signing you up...

Thank you for signing up!

PHP Decode

<?php $type = $entity->getType(); ?> <div class="{{$type}} {{$type === 'page' && $entity->..

Decoded Output download

<?php $type = $entity->getType(); ?>
<div class="{{$type}} {{$type === 'page' && $entity->draft ? 'draft' : ''}} {{$classes ?? ''}} entity-list-item no-hover">
    <span role="presentation" class="icon text-{{$type}} {{$type === 'page' && $entity->draft ? 'draft' : ''}}">@icon($type)</span>
    <div class="content">
        <div class="entity-list-item-name break-text">{{ $entity->name }}</div>
    </div>
</div>

Did this file decode correctly?

Original Code

<?php $type = $entity->getType(); ?>
<div class="{{$type}} {{$type === 'page' && $entity->draft ? 'draft' : ''}} {{$classes ?? ''}} entity-list-item no-hover">
    <span role="presentation" class="icon text-{{$type}} {{$type === 'page' && $entity->draft ? 'draft' : ''}}">@icon($type)</span>
    <div class="content">
        <div class="entity-list-item-name break-text">{{ $entity->name }}</div>
    </div>
</div>

Function Calls

None

Variables

None

Stats

MD5 c17acc738d6367bc70d672d65b14c932
Eval Count 0
Decode Time 91 ms