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',
],
'add_between' => [
'label' => ' ',
],
'delete' => [
'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' => '',
],
'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',
],
'add_between' => [
'label' => ' ',
],
'delete' => [
'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' => '',
],
'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 |
Stats
MD5 | d952ca9e0035afe0a7975acc31b27662 |
Eval Count | 0 |
Decode Time | 79 ms |