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 [ 'form' => [ 'actions' => [ 'save' => [ ..
Decoded Output download
<?php
return [
'form' => [
'actions' => [
'save' => [
'label' => 'nderungen speichern',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Gespeichert',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'form' => [
'actions' => [
'save' => [
'label' => 'nderungen speichern',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Gespeichert',
],
],
];
Function Calls
None |
Stats
MD5 | ecc9c44708faf4f1df1a396154815b03 |
Eval Count | 0 |
Decode Time | 80 ms |