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' => 'Are you sure you would like to do this?', 'ac..
Decoded Output download
<?php
return [
'confirmation' => 'Are you sure you would like to do this?',
'actions' => [
'cancel' => [
'label' => 'Cancel',
],
'confirm' => [
'label' => 'Confirm',
],
'submit' => [
'label' => 'Submit',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'confirmation' => 'Are you sure you would like to do this?',
'actions' => [
'cancel' => [
'label' => 'Cancel',
],
'confirm' => [
'label' => 'Confirm',
],
'submit' => [
'label' => 'Submit',
],
],
];
Function Calls
None |
Stats
MD5 | 3e89e452bdf1d026605eed816b1d3297 |
Eval Count | 0 |
Decode Time | 110 ms |