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' => 'Odobra', 'modal' => [ ..
Decoded Output download
<?php
return [
'single' => [
'label' => 'Odobra',
'modal' => [
'heading' => 'Odobra :label',
'actions' => [
'detach' => [
'label' => 'Odobra',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Odobra',
],
],
],
'multiple' => [
'label' => 'Odobra vybran',
'modal' => [
'heading' => 'Odobra vybran :label',
'actions' => [
'detach' => [
'label' => 'Odobra',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Odobra',
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'single' => [
'label' => 'Odobra',
'modal' => [
'heading' => 'Odobra :label',
'actions' => [
'detach' => [
'label' => 'Odobra',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Odobra',
],
],
],
'multiple' => [
'label' => 'Odobra vybran',
'modal' => [
'heading' => 'Odobra vybran :label',
'actions' => [
'detach' => [
'label' => 'Odobra',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Odobra',
],
],
],
];
Function Calls
None |
Stats
MD5 | 0e8486eaf27221d0a9159ba14d70697f |
Eval Count | 0 |
Decode Time | 77 ms |