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 [ 'label' => '', 'form' => [ 'email' => [ 'la..

Decoded Output download

<?php

return [

    'label' => '',

    'form' => [

        'email' => [
            'label' => '',
        ],

        'name' => [
            'label' => '',
        ],

        'password' => [
            'label' => '',
        ],

        'password_confirmation' => [
            'label' => '',
        ],

        'actions' => [

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

        ],

    ],

    'notifications' => [

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

    ],

    'actions' => [

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

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'label' => '',

    'form' => [

        'email' => [
            'label' => '',
        ],

        'name' => [
            'label' => '',
        ],

        'password' => [
            'label' => '',
        ],

        'password_confirmation' => [
            'label' => '',
        ],

        'actions' => [

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

        ],

    ],

    'notifications' => [

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

    ],

    'actions' => [

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

    ],

];

Function Calls

None

Variables

None

Stats

MD5 303f221b64105e14d87259f2a022693e
Eval Count 0
Decode Time 97 ms