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' => 'Vai tiem vlaties to dart?', 'actions' => [ ..
Decoded Output download
<?php
return [
'confirmation' => 'Vai tiem vlaties to dart?',
'actions' => [
'cancel' => [
'label' => 'Atcelt',
],
'confirm' => [
'label' => 'Apstiprint',
],
'submit' => [
'label' => 'Iesniegt',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'confirmation' => 'Vai tiem vlaties to dart?',
'actions' => [
'cancel' => [
'label' => 'Atcelt',
],
'confirm' => [
'label' => 'Apstiprint',
],
'submit' => [
'label' => 'Iesniegt',
],
],
];
Function Calls
None |
Stats
MD5 | f0601ca68961eec0f8333f9cbac1749c |
Eval Count | 0 |
Decode Time | 98 ms |