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' => ' ', 'heading' => ' ?', 'actions' => [ ..

Decoded Output download

<?php

return [

    'title' => ' ',

    'heading' => '  ?',

    'actions' => [

        'login' => [
            'label' => '   ',
        ],

    ],

    'form' => [

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

        'actions' => [

            'request' => [
                'label' => ' ',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => '  ',
            'body' => ',     :seconds .',
        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'title' => ' ',

    'heading' => '  ?',

    'actions' => [

        'login' => [
            'label' => '   ',
        ],

    ],

    'form' => [

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

        'actions' => [

            'request' => [
                'label' => ' ',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => '  ',
            'body' => ',     :seconds .',
        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 99147b16b66e30fbd9dc417bdc051e05
Eval Count 0
Decode Time 95 ms