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' => [
'restore' => [
'label' => '',
],
],
],
'notifications' => [
'restored' => [
'title' => '',
],
],
],
'multiple' => [
'label' => ' ',
'modal' => [
'heading' => ' :label',
'actions' => [
'restore' => [
'label' => '',
],
],
],
'notifications' => [
'restored' => [
'title' => '',
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'single' => [
'label' => '',
'modal' => [
'heading' => ' :label',
'actions' => [
'restore' => [
'label' => '',
],
],
],
'notifications' => [
'restored' => [
'title' => '',
],
],
],
'multiple' => [
'label' => ' ',
'modal' => [
'heading' => ' :label',
'actions' => [
'restore' => [
'label' => '',
],
],
],
'notifications' => [
'restored' => [
'title' => '',
],
],
],
];
Function Calls
None |
Stats
MD5 | fd24a2e1bebb8c044c25212ab13f4a01 |
Eval Count | 0 |
Decode Time | 100 ms |