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' => 'Ontkoppelen', 'modal' => ..
Decoded Output download
<?php
return [
'single' => [
'label' => 'Ontkoppelen',
'modal' => [
'heading' => ':Label ontkoppelen',
'actions' => [
'dissociate' => [
'label' => 'Ontkoppelen',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Ontkoppeld',
],
],
],
'multiple' => [
'label' => 'Geselecteerde ontkoppelen',
'modal' => [
'heading' => 'Geselecteerde :label ontkoppelen',
'actions' => [
'dissociate' => [
'label' => 'Ontkoppelen',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Ontkoppeld',
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'single' => [
'label' => 'Ontkoppelen',
'modal' => [
'heading' => ':Label ontkoppelen',
'actions' => [
'dissociate' => [
'label' => 'Ontkoppelen',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Ontkoppeld',
],
],
],
'multiple' => [
'label' => 'Geselecteerde ontkoppelen',
'modal' => [
'heading' => 'Geselecteerde :label ontkoppelen',
'actions' => [
'dissociate' => [
'label' => 'Ontkoppelen',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Ontkoppeld',
],
],
],
];
Function Calls
None |
Stats
MD5 | ff443500085e898f4942ea20c61ab05c |
Eval Count | 0 |
Decode Time | 126 ms |