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 [ 'title' => ' :label', 'breadcrumb' => '', 'form' => [ ..

Decoded Output download

<?php

return [

    'title' => ' :label',

    'breadcrumb' => '',

    'form' => [

        'actions' => [

            'cancel' => [
                'label' => '',
            ],

            'save' => [
                'label' => ' ',
            ],

        ],

    ],

    'content' => [

        'tab' => [
            'label' => '',
        ],

    ],

    'notifications' => [

        'saved' => [
            'title' => ' ',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => ' :label',

    'breadcrumb' => '',

    'form' => [

        'actions' => [

            'cancel' => [
                'label' => '',
            ],

            'save' => [
                'label' => ' ',
            ],

        ],

    ],

    'content' => [

        'tab' => [
            'label' => '',
        ],

    ],

    'notifications' => [

        'saved' => [
            'title' => ' ',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 c0fc6cb9ba7e65222387d5b816d7aafc
Eval Count 0
Decode Time 109 ms