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' => 'Duplica', 'modal' => [ ..
Decoded Output download
<?php
return [
'single' => [
'label' => 'Duplica',
'modal' => [
'heading' => 'Duplica :label',
'actions' => [
'replicate' => [
'label' => 'Duplica',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'Duplicato',
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'single' => [
'label' => 'Duplica',
'modal' => [
'heading' => 'Duplica :label',
'actions' => [
'replicate' => [
'label' => 'Duplica',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'Duplicato',
],
],
],
];
Function Calls
None |
Stats
MD5 | 28a4860f12ed0f536f14051f38bb191a |
Eval Count | 0 |
Decode Time | 123 ms |