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 [ 'field_password_keep' => 'Deixar vazio para manter o atual', ..

Decoded Output download

<?php

return [
    'field_password_keep'          => 'Deixar vazio para manter o atual',
    'field_select_dd_relationship' => 'Make sure to setup the appropriate relationship in the :method method of the :class class.',
    'type_checkbox'                => 'Check Box',
    'type_codeeditor'              => 'Editor de Cdigo',
    'type_file'                    => 'Ficheiro',
    'type_image'                   => 'Imagem',
    'type_radiobutton'             => 'Radio Button',
    'type_richtextbox'             => 'Rich Textbox',
    'type_selectdropdown'          => 'Select Dropdown',
    'type_textarea'                => 'Text Area',
    'type_textbox'                 => 'Text Box',
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'field_password_keep'          => 'Deixar vazio para manter o atual',
    'field_select_dd_relationship' => 'Make sure to setup the appropriate relationship in the :method method of the :class class.',
    'type_checkbox'                => 'Check Box',
    'type_codeeditor'              => 'Editor de Cdigo',
    'type_file'                    => 'Ficheiro',
    'type_image'                   => 'Imagem',
    'type_radiobutton'             => 'Radio Button',
    'type_richtextbox'             => 'Rich Textbox',
    'type_selectdropdown'          => 'Select Dropdown',
    'type_textarea'                => 'Text Area',
    'type_textbox'                 => 'Text Box',
];

Function Calls

None

Variables

None

Stats

MD5 fdfff0a10f2dc0158640a0fbd250468e
Eval Count 0
Decode Time 103 ms