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 return [ 'does_not_exist' => ' .', 'deleted_label' => 'Deleted Status La..

Decoded Output download

<?php

return [

    'does_not_exist' => '   .',
    'deleted_label' => 'Deleted Status Label',
    'assoc_assets'	 => '           .            .',

    'create' => [
        'error'   => '   ,  .',
        'success' => '   .',
    ],

    'update' => [
        'error'   => '   ,  ',
        'success' => '   .',
    ],

    'delete' => [
        'confirm'   => '        ?',
        'error'   => '    .   .',
        'success' => '   .',
    ],

    'help' => [
        'undeployable'   => '      .',
        'deployable'   => '    .       <i class="fas fa-circle text-blue"></i> <strong>Deployed</strong>.',
        'archived'   => '     ,      .          /  ,      .',
        'pending'   => '       ,        ,     .',
    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'does_not_exist' => '   .',
    'deleted_label' => 'Deleted Status Label',
    'assoc_assets'	 => '           .            .',

    'create' => [
        'error'   => '   ,  .',
        'success' => '   .',
    ],

    'update' => [
        'error'   => '   ,  ',
        'success' => '   .',
    ],

    'delete' => [
        'confirm'   => '        ?',
        'error'   => '    .   .',
        'success' => '   .',
    ],

    'help' => [
        'undeployable'   => '      .',
        'deployable'   => '    .       <i class="fas fa-circle text-blue"></i> <strong>Deployed</strong>.',
        'archived'   => '     ,      .          /  ,      .',
        'pending'   => '       ,        ,     .',
    ],

];

Function Calls

None

Variables

None

Stats

MD5 a5f9f0e0db8d0c260bfc3f1e399252a4
Eval Count 0
Decode Time 84 ms