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