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 [ 'not_found' => ' !', 'delete' ..

Decoded Output download

<?php

    return [
        'not_found'                    => '    !',
        'delete'                       => [
            'confirm' => '    ?',
            'error'   => '  .   .',
            'success' => ' .',
        ],
        'create'                       => [
            'error'   => ' ,   .',
            'success' => ' .',
        ],
        'edit'                       => [
            'error'   => '   ,   .',
            'success' => '   .',
        ],
        'asset_maintenance_incomplete' => '',
        'warranty'                     => '',
        'not_warranty'                 => '',
    ];
 ?>

Did this file decode correctly?

Original Code

<?php

    return [
        'not_found'                    => '    !',
        'delete'                       => [
            'confirm' => '    ?',
            'error'   => '  .   .',
            'success' => ' .',
        ],
        'create'                       => [
            'error'   => ' ,   .',
            'success' => ' .',
        ],
        'edit'                       => [
            'error'   => '   ,   .',
            'success' => '   .',
        ],
        'asset_maintenance_incomplete' => '',
        'warranty'                     => '',
        'not_warranty'                 => '',
    ];

Function Calls

None

Variables

None

Stats

MD5 232de839c2379655692a8345960eaa65
Eval Count 0
Decode Time 109 ms