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' => 'Uredi', 'modal' => [ ..
Decoded Output download
<?php
return [
'single' => [
'label' => 'Uredi',
'modal' => [
'heading' => 'Uredi :label',
'actions' => [
'save' => [
'label' => 'Spremi promjene',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Spremljeno',
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'single' => [
'label' => 'Uredi',
'modal' => [
'heading' => 'Uredi :label',
'actions' => [
'save' => [
'label' => 'Spremi promjene',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Spremljeno',
],
],
],
];
Function Calls
None |
Stats
MD5 | 2edd763edf5f20c8c95e111ed37a4e19 |
Eval Count | 0 |
Decode Time | 90 ms |