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 [ 'label' => 'Export :label', 'modal' => [ 'heading' => '..
Decoded Output download
<?php
return [
'label' => 'Export :label',
'modal' => [
'heading' => 'Export :label',
'form' => [
'columns' => [
'label' => 'Coloane',
'form' => [
'is_enabled' => [
'label' => ':column activat',
],
'label' => [
'label' => 'Eticheta :column',
],
],
],
],
'actions' => [
'export' => [
'label' => 'Export',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Export complet',
'actions' => [
'download_csv' => [
'label' => 'Descarc .csv',
],
'download_xlsx' => [
'label' => 'Descarc .xlsx',
],
],
],
'max_rows' => [
'title' => 'Exportul este prea mare',
'body' => 'Nu putei exporta mai mult de 1 rnd odat.|Nu putei exporta mai mult de :count rnduri odat',
],
'started' => [
'title' => 'Exportul a nceput',
'body' => 'Exportul dvs. a nceput i 1 rnd va fi procesat n fundal.|Exportul dvs. a nceput i :count rnduri vor fi procesate n fundal.',
],
],
'file_name' => 'export-:export_id-:model',
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'label' => 'Export :label',
'modal' => [
'heading' => 'Export :label',
'form' => [
'columns' => [
'label' => 'Coloane',
'form' => [
'is_enabled' => [
'label' => ':column activat',
],
'label' => [
'label' => 'Eticheta :column',
],
],
],
],
'actions' => [
'export' => [
'label' => 'Export',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Export complet',
'actions' => [
'download_csv' => [
'label' => 'Descarc .csv',
],
'download_xlsx' => [
'label' => 'Descarc .xlsx',
],
],
],
'max_rows' => [
'title' => 'Exportul este prea mare',
'body' => 'Nu putei exporta mai mult de 1 rnd odat.|Nu putei exporta mai mult de :count rnduri odat',
],
'started' => [
'title' => 'Exportul a nceput',
'body' => 'Exportul dvs. a nceput i 1 rnd va fi procesat n fundal.|Exportul dvs. a nceput i :count rnduri vor fi procesate n fundal.',
],
],
'file_name' => 'export-:export_id-:model',
];
Function Calls
None |
Stats
MD5 | 40e8ea2f3cb7c948dcc9a450eb05928a |
Eval Count | 0 |
Decode Time | 86 ms |