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' => ' :label', 'modal' => [ 'heading' => ' :labe..
Decoded Output download
<?php
return [
'label' => ' :label',
'modal' => [
'heading' => ' :label',
'form' => [
'columns' => [
'label' => '',
'form' => [
'is_enabled' => [
'label' => ':column ',
],
'label' => [
'label' => ':column ',
],
],
],
],
'actions' => [
'export' => [
'label' => '',
],
],
],
'notifications' => [
'completed' => [
'title' => '',
'actions' => [
'download_csv' => [
'label' => ' .csv ',
],
'download_xlsx' => [
'label' => ' .xlsx ',
],
],
],
'max_rows' => [
'title' => '',
'body' => ' 1 | :count ',
],
'started' => [
'title' => '',
'body' => ' 1 | :count ',
],
],
'file_name' => 'export-:export_id-:model',
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'label' => ' :label',
'modal' => [
'heading' => ' :label',
'form' => [
'columns' => [
'label' => '',
'form' => [
'is_enabled' => [
'label' => ':column ',
],
'label' => [
'label' => ':column ',
],
],
],
],
'actions' => [
'export' => [
'label' => '',
],
],
],
'notifications' => [
'completed' => [
'title' => '',
'actions' => [
'download_csv' => [
'label' => ' .csv ',
],
'download_xlsx' => [
'label' => ' .xlsx ',
],
],
],
'max_rows' => [
'title' => '',
'body' => ' 1 | :count ',
],
'started' => [
'title' => '',
'body' => ' 1 | :count ',
],
],
'file_name' => 'export-:export_id-:model',
];
Function Calls
None |
Stats
MD5 | 70c47331ba59cc6ee514cec85009a069 |
Eval Count | 0 |
Decode Time | 100 ms |