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 [ 'entries' => [ 'text' => [ 'actions' => [ ..

Decoded Output download

<?php

return [

    'entries' => [

        'text' => [

            'actions' => [
                'collapse_list' => ' :count ',
                'expand_list' => ' :count ',
            ],

            'more_list_items' => ' :count ',

        ],

        'key_value' => [

            'columns' => [

                'key' => [
                    'label' => '',
                ],

                'value' => [
                    'label' => '',
                ],

            ],

            'placeholder' => '',

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'entries' => [

        'text' => [

            'actions' => [
                'collapse_list' => ' :count ',
                'expand_list' => ' :count ',
            ],

            'more_list_items' => ' :count ',

        ],

        'key_value' => [

            'columns' => [

                'key' => [
                    'label' => '',
                ],

                'value' => [
                    'label' => '',
                ],

            ],

            'placeholder' => '',

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 2f2d096c4e555879be90126d108b3701
Eval Count 0
Decode Time 75 ms