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