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 1a1052782b9bfc560dbfbb5f27cd038d
Eval Count 0
Decode Time 102 ms