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' => [ 'clone' => [ ..

Decoded Output download

<?php

return [

    'builder' => [

        'actions' => [

            'clone' => [
                'label' => '',
            ],

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

                'modal' => [

                    'heading' => '  :label',

                    'actions' => [

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

                    ],

                ],
            ],

            'add_between' => [
                'label' => '  ',

                'modal' => [

                    'heading' => '   :label',

                    'actions' => [

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

                    ],

                ],
            ],

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

            'edit' => [

                'label' => '',

                'modal' => [

                    'heading' => ' ',

                    'actions' => [

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

                    ],

                ],

            ],

            'reorder' => [
                'label' => '',
            ],

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

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

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

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

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

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

        ],

    ],

    'checkbox_list' => [

        'actions' => [

            'deselect_all' => [
                'label' => '  ',
            ],

            'select_all' => [
                'label' => ' ',
            ],

        ],

    ],

    'file_upload' => [

        'editor' => [

            'actions' => [

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

                'drag_crop' => [
                    'label' => '  ""',
                ],

                'drag_move' => [
                    'label' => '  ""',
                ],

                'flip_horizontal' => [
                    'label' => '  ',
                ],

                'flip_vertical' => [
                    'label' => '  ',
                ],

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

                'move_left' => [
                    'label' => '  ',
                ],

                'move_right' => [
                    'label' => '  ',
                ],

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

                'reset' => [
                    'label' => '',
                ],

                'rotate_left' => [
                    'label' => '  ',
                ],

                'rotate_right' => [
                    'label' => '  ',
                ],

                'set_aspect_ratio' => [
                    'label' => '     :ratio',
                ],

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

                'zoom_100' => [
                    'label' => '   100%',
                ],

                'zoom_in' => [
                    'label' => '',
                ],

                'zoom_out' => [
                    'label' => '',
                ],

            ],

            'fields' => [

                'height' => [
                    'label' => '',
                    'unit' => 'px',
                ],

                'rotation' => [
                    'label' => '',
                    'unit' => 'deg',
                ],

                'width' => [
                    'label' => '',
                    'unit' => 'px',
                ],

                'x_position' => [
                    'label' => 'X',
                    'unit' => 'px',
                ],

                'y_position' => [
                    'label' => 'Y',
                    'unit' => 'px',
                ],

            ],

            'aspect_ratios' => [

                'label' => ' ',

                'no_fixed' => [
                    'label' => '',
                ],

            ],

            'svg' => [

                'messages' => [
                    'confirmation' => '    SVG         .
       ',
                    'disabled' => '    SVG         .',
                ],

            ],

        ],

    ],

    'key_value' => [

        'actions' => [

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

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

            'reorder' => [
                'label' => '  ',
            ],

        ],

        'fields' => [

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

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

        ],

    ],

    'markdown_editor' => [

        'toolbar_buttons' => [
            'attach_files' => ' ',
            'blockquote' => '',
            'bold' => '',
            'bullet_list' => ' ',
            'code_block' => ' ',
            'heading' => '',
            'italic' => '',
            'link' => ' ',
            'ordered_list' => ' ',
            'redo' => '',
            'strike' => ' ',
            'table' => '',
            'undo' => '',
        ],

    ],

    'radio' => [

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

    ],

    'repeater' => [

        'actions' => [

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

            'add_between' => [
                'label' => ' ',
            ],

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

            'clone' => [
                'label' => '',
            ],

            'reorder' => [
                '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' => '',
            'bullet_list' => ' ',
            'code_block' => ' ',
            'h1' => '',
            'h2' => ' ',
            'h3' => ' ',
            'italic' => '',
            'link' => ' ',
            'ordered_list' => ' ',
            'redo' => '',
            'strike' => '  ',
            'underline' => '  ',
            'undo' => '',
        ],

    ],

    'select' => [

        'actions' => [

            'create_option' => [

                'modal' => [

                    'heading' => '',

                    'actions' => [

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

                        'create_another' => [
                            'label' => '   ',
                        ],

                    ],

                ],

            ],

            'edit_option' => [

                'modal' => [

                    'heading' => '',

                    'actions' => [

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

                    ],

                ],

            ],

        ],

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

        'loading_message' => '...',

        'max_items_message' => '  :count .',

        'no_search_results_message' => '    .',

        'placeholder' => '',

        'searching_message' => ' ...',

        'search_prompt' => '  ...',

    ],

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

    'text_input' => [

        'actions' => [

            'hide_password' => [
                'label' => '  ',
            ],

            'show_password' => [
                'label' => '  ',
            ],

        ],

    ],

    'toggle_buttons' => [

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

    ],

    'wizard' => [

        'actions' => [

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

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

        ],

    ],

];
 ?>

Did this file decode correctly?

Original Code

<?php

return [

    'builder' => [

        'actions' => [

            'clone' => [
                'label' => '',
            ],

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

                'modal' => [

                    'heading' => '  :label',

                    'actions' => [

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

                    ],

                ],
            ],

            'add_between' => [
                'label' => '  ',

                'modal' => [

                    'heading' => '   :label',

                    'actions' => [

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

                    ],

                ],
            ],

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

            'edit' => [

                'label' => '',

                'modal' => [

                    'heading' => ' ',

                    'actions' => [

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

                    ],

                ],

            ],

            'reorder' => [
                'label' => '',
            ],

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

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

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

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

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

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

        ],

    ],

    'checkbox_list' => [

        'actions' => [

            'deselect_all' => [
                'label' => '  ',
            ],

            'select_all' => [
                'label' => ' ',
            ],

        ],

    ],

    'file_upload' => [

        'editor' => [

            'actions' => [

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

                'drag_crop' => [
                    'label' => '  ""',
                ],

                'drag_move' => [
                    'label' => '  ""',
                ],

                'flip_horizontal' => [
                    'label' => '  ',
                ],

                'flip_vertical' => [
                    'label' => '  ',
                ],

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

                'move_left' => [
                    'label' => '  ',
                ],

                'move_right' => [
                    'label' => '  ',
                ],

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

                'reset' => [
                    'label' => '',
                ],

                'rotate_left' => [
                    'label' => '  ',
                ],

                'rotate_right' => [
                    'label' => '  ',
                ],

                'set_aspect_ratio' => [
                    'label' => '     :ratio',
                ],

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

                'zoom_100' => [
                    'label' => '   100%',
                ],

                'zoom_in' => [
                    'label' => '',
                ],

                'zoom_out' => [
                    'label' => '',
                ],

            ],

            'fields' => [

                'height' => [
                    'label' => '',
                    'unit' => 'px',
                ],

                'rotation' => [
                    'label' => '',
                    'unit' => 'deg',
                ],

                'width' => [
                    'label' => '',
                    'unit' => 'px',
                ],

                'x_position' => [
                    'label' => 'X',
                    'unit' => 'px',
                ],

                'y_position' => [
                    'label' => 'Y',
                    'unit' => 'px',
                ],

            ],

            'aspect_ratios' => [

                'label' => ' ',

                'no_fixed' => [
                    'label' => '',
                ],

            ],

            'svg' => [

                'messages' => [
                    'confirmation' => '    SVG         .\n       ',
                    'disabled' => '    SVG         .',
                ],

            ],

        ],

    ],

    'key_value' => [

        'actions' => [

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

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

            'reorder' => [
                'label' => '  ',
            ],

        ],

        'fields' => [

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

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

        ],

    ],

    'markdown_editor' => [

        'toolbar_buttons' => [
            'attach_files' => ' ',
            'blockquote' => '',
            'bold' => '',
            'bullet_list' => ' ',
            'code_block' => ' ',
            'heading' => '',
            'italic' => '',
            'link' => ' ',
            'ordered_list' => ' ',
            'redo' => '',
            'strike' => ' ',
            'table' => '',
            'undo' => '',
        ],

    ],

    'radio' => [

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

    ],

    'repeater' => [

        'actions' => [

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

            'add_between' => [
                'label' => ' ',
            ],

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

            'clone' => [
                'label' => '',
            ],

            'reorder' => [
                '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' => '',
            'bullet_list' => ' ',
            'code_block' => ' ',
            'h1' => '',
            'h2' => ' ',
            'h3' => ' ',
            'italic' => '',
            'link' => ' ',
            'ordered_list' => ' ',
            'redo' => '',
            'strike' => '  ',
            'underline' => '  ',
            'undo' => '',
        ],

    ],

    'select' => [

        'actions' => [

            'create_option' => [

                'modal' => [

                    'heading' => '',

                    'actions' => [

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

                        'create_another' => [
                            'label' => '   ',
                        ],

                    ],

                ],

            ],

            'edit_option' => [

                'modal' => [

                    'heading' => '',

                    'actions' => [

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

                    ],

                ],

            ],

        ],

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

        'loading_message' => '...',

        'max_items_message' => '  :count .',

        'no_search_results_message' => '    .',

        'placeholder' => '',

        'searching_message' => ' ...',

        'search_prompt' => '  ...',

    ],

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

    'text_input' => [

        'actions' => [

            'hide_password' => [
                'label' => '  ',
            ],

            'show_password' => [
                'label' => '  ',
            ],

        ],

    ],

    'toggle_buttons' => [

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

    ],

    'wizard' => [

        'actions' => [

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

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

        ],

    ],

];

Function Calls

None

Variables

None

Stats

MD5 872561e84bb64a5541f1b8e750b10f55
Eval Count 0
Decode Time 81 ms