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