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 [ 'builder' => [ 'actions' => [ 'add' => [ ..

Decoded Output download

<?php

return [

    'builder' => [

        'actions' => [

            'add' => [
                'label' => ' :label',
            ],

            'delete' => [
                'label' => '',
            ],

            'move_down' => [
                'label' => '',
            ],

            'move_up' => [
                'label' => '',
            ],

            'collapse' => [
                'label' => '',
            ],

            'expand' => [
                'label' => '',
            ],

            'collapse_all' => [
                'label' => ' ',
            ],

            'expand_all' => [
                'label' => ' ',
            ],

        ],

    ],

    'key_value' => [

        'actions' => [

            'add' => [
                'label' => ' ',
            ],

            'delete' => [
                'label' => ' ',
            ],

        ],

        'fields' => [

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

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

        ],

    ],

    'markdown_editor' => [

        'toolbar_buttons' => [
            'attach_files' => ' ',
            'bold' => 'Bold',
            'bullet_list' => 'Bullet list',
            'code_block' => ' ',
            'edit' => '',
            'italic' => '',
            'link' => '',
            'ordered_list' => ' ',
            'preview' => '',
            'strike' => 'Strikethrough',
        ],

    ],

    'repeater' => [

        'actions' => [

            'add' => [
                'label' => ' :label',
            ],

            'delete' => [
                'label' => '',
            ],

            'move_down' => [
                'label' => '',
            ],

            'move_up' => [
                'label' => '',
            ],

            'collapse' => [
                'label' => '',
            ],

            'expand' => [
                'label' => '',
            ],

            'collapse_all' => [
                'label' => ' ',
            ],

            'expand_all' => [
                'label' => ' ',
            ],

        ],

    ],

    'rich_editor' => [

        'dialogs' => [

            'link' => [

                'actions' => [
                    'link' => '',
                    'unlink' => ' ',
                ],

                'label' => 'URL',

                'placeholder' => ' URL',

            ],

        ],

        'toolbar_buttons' => [
            'attach_files' => ' ',
            'blockquote' => ' ',
            'bold' => 'Bold',
            'bullet_list' => 'Bullet list',
            'code_block' => ' ',
            'h1' => '',
            'h2' => '',
            'h3' => '',
            'italic' => '',
            'link' => '',
            'ordered_list' => ' ',
            'redo' => '',
            'strike' => 'Strikethrough',
            'undo' => '',
        ],

    ],

    'select' => [

        'actions' => [

            'create_option' => [

                'modal' => [

                    'heading' => '',

                    'actions' => [

                        'create' => [
                            'label' => '',
                        ],

                    ],

                ],

            ],

        ],

        'boolean' => [
            'true' => '',
            'false' => '',
        ],

        'loading_message' => ' ...',

        'no_search_results_message' => '      ',

        'placeholder' => ' ',

        'searching_message' => '...',

        'search_prompt' => '   ...',

    ],

    'tags_input' => [
        'placeholder' => ' ',
    ],

    'wizard' => [

        'actions' => [

            'previous_step' => [
                'label' => '',
            ],

            'next_step' => [
                'label' => '',
            ],

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'builder' => [

        'actions' => [

            'add' => [
                'label' => ' :label',
            ],

            'delete' => [
                'label' => '',
            ],

            'move_down' => [
                'label' => '',
            ],

            'move_up' => [
                'label' => '',
            ],

            'collapse' => [
                'label' => '',
            ],

            'expand' => [
                'label' => '',
            ],

            'collapse_all' => [
                'label' => ' ',
            ],

            'expand_all' => [
                'label' => ' ',
            ],

        ],

    ],

    'key_value' => [

        'actions' => [

            'add' => [
                'label' => ' ',
            ],

            'delete' => [
                'label' => ' ',
            ],

        ],

        'fields' => [

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

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

        ],

    ],

    'markdown_editor' => [

        'toolbar_buttons' => [
            'attach_files' => ' ',
            'bold' => 'Bold',
            'bullet_list' => 'Bullet list',
            'code_block' => ' ',
            'edit' => '',
            'italic' => '',
            'link' => '',
            'ordered_list' => ' ',
            'preview' => '',
            'strike' => 'Strikethrough',
        ],

    ],

    'repeater' => [

        'actions' => [

            'add' => [
                'label' => ' :label',
            ],

            'delete' => [
                'label' => '',
            ],

            'move_down' => [
                'label' => '',
            ],

            'move_up' => [
                'label' => '',
            ],

            'collapse' => [
                'label' => '',
            ],

            'expand' => [
                'label' => '',
            ],

            'collapse_all' => [
                'label' => ' ',
            ],

            'expand_all' => [
                'label' => ' ',
            ],

        ],

    ],

    'rich_editor' => [

        'dialogs' => [

            'link' => [

                'actions' => [
                    'link' => '',
                    'unlink' => ' ',
                ],

                'label' => 'URL',

                'placeholder' => ' URL',

            ],

        ],

        'toolbar_buttons' => [
            'attach_files' => ' ',
            'blockquote' => ' ',
            'bold' => 'Bold',
            'bullet_list' => 'Bullet list',
            'code_block' => ' ',
            'h1' => '',
            'h2' => '',
            'h3' => '',
            'italic' => '',
            'link' => '',
            'ordered_list' => ' ',
            'redo' => '',
            'strike' => 'Strikethrough',
            'undo' => '',
        ],

    ],

    'select' => [

        'actions' => [

            'create_option' => [

                'modal' => [

                    'heading' => '',

                    'actions' => [

                        'create' => [
                            'label' => '',
                        ],

                    ],

                ],

            ],

        ],

        'boolean' => [
            'true' => '',
            'false' => '',
        ],

        'loading_message' => ' ...',

        'no_search_results_message' => '      ',

        'placeholder' => ' ',

        'searching_message' => '...',

        'search_prompt' => '   ...',

    ],

    'tags_input' => [
        'placeholder' => ' ',
    ],

    'wizard' => [

        'actions' => [

            'previous_step' => [
                'label' => '',
            ],

            'next_step' => [
                'label' => '',
            ],

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 fd4549fcf691bbc51f4b438b378e976c
Eval Count 0
Decode Time 82 ms