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 l\'esborrat', 'moda..
Decoded Output download
<?php
return [
'single' => [
'label' => 'Forar l\'esborrat',
'modal' => [
'heading' => 'Forar l\'esborrat de :label',
'actions' => [
'delete' => [
'label' => 'Esborrar',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Registre esborrat',
],
],
],
'multiple' => [
'label' => 'Forar l\'esborrat dels elements seleccionats',
'modal' => [
'heading' => 'Forar l\'esborrat dels :label seleccionats',
'actions' => [
'delete' => [
'label' => 'Esborrar',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Registres esborrats',
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'single' => [
'label' => 'Forar l\'esborrat',
'modal' => [
'heading' => 'Forar l\'esborrat de :label',
'actions' => [
'delete' => [
'label' => 'Esborrar',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Registre esborrat',
],
],
],
'multiple' => [
'label' => 'Forar l\'esborrat dels elements seleccionats',
'modal' => [
'heading' => 'Forar l\'esborrat dels :label seleccionats',
'actions' => [
'delete' => [
'label' => 'Esborrar',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Registres esborrats',
],
],
],
];
Function Calls
None |
Stats
MD5 | 84554723068278d96296068ce6746b10 |
Eval Count | 0 |
Decode Time | 88 ms |