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 [ 'single' => [ 'label' => 'Forar excluso', 'modal' =..
Decoded Output download
<?php
return [
'single' => [
'label' => 'Forar excluso',
'modal' => [
'heading' => 'Forar excluso de :label',
'actions' => [
'delete' => [
'label' => 'Excluir',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Excludo',
],
],
],
'multiple' => [
'label' => 'Forar excluso selecionado',
'modal' => [
'heading' => 'Forar excluso de :label selecionado',
'actions' => [
'delete' => [
'label' => 'Excluir',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Excludo',
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'single' => [
'label' => 'Forar excluso',
'modal' => [
'heading' => 'Forar excluso de :label',
'actions' => [
'delete' => [
'label' => 'Excluir',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Excludo',
],
],
],
'multiple' => [
'label' => 'Forar excluso selecionado',
'modal' => [
'heading' => 'Forar excluso de :label selecionado',
'actions' => [
'delete' => [
'label' => 'Excluir',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Excludo',
],
],
],
];
Function Calls
None |
Stats
MD5 | 5c7e11d2eb73550e263d57e77c5ac5df |
Eval Count | 0 |
Decode Time | 82 ms |