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' => '',
            ],

            'create' => [
                'label' => '',
            ],

            'create_another' => [
                'label' => '    ',
            ],

        ],

    ],

    'notifications' => [

        'created' => [
            'title' => ' ',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => ' :label',

    'breadcrumb' => '',

    'form' => [

        'actions' => [

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

            'create' => [
                'label' => '',
            ],

            'create_another' => [
                'label' => '    ',
            ],

        ],

    ],

    'notifications' => [

        'created' => [
            'title' => ' ',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 db23cfd0d73919de87a60b0e0401db5d
Eval Count 0
Decode Time 94 ms