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