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 [ 'form' => [ 'actions' => [ 'save' => [ ..

Decoded Output download

<?php

return [

    'form' => [

        'actions' => [

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

        ],

    ],

    'notifications' => [

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

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'form' => [

        'actions' => [

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

        ],

    ],

    'notifications' => [

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

    ],

];

Function Calls

None

Variables

None

Stats

MD5 074b61356290624c4bf1c9d493c489fa
Eval Count 0
Decode Time 79 ms