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 [ 'confirmation' => ' , :', 'actions' => [ 'cancel' ..
Decoded Output download
<?php
return [
'confirmation' => ' , :',
'actions' => [
'cancel' => [
'label' => '',
],
'confirm' => [
'label' => '',
],
'submit' => [
'label' => '',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'confirmation' => ' , :',
'actions' => [
'cancel' => [
'label' => '',
],
'confirm' => [
'label' => '',
],
'submit' => [
'label' => '',
],
],
];
Function Calls
None |
Stats
MD5 | 1c34a83f889c9e3fd194a0a6ec80ed3f |
Eval Count | 0 |
Decode Time | 94 ms |