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 [ 'label' => 'H s', 'form' => [ 'email' => [ ..
Decoded Output download
<?php
return [
'label' => 'H s',
'form' => [
'email' => [
'label' => 'a ch email',
],
'name' => [
'label' => 'H tn',
],
'password' => [
'label' => 'Mt khu mi',
],
'password_confirmation' => [
'label' => 'Xc nhn mt khu mi',
],
'actions' => [
'save' => [
'label' => 'Lu thay i',
],
],
],
'notifications' => [
'saved' => [
'title' => ' lu',
],
],
'actions' => [
'cancel' => [
'label' => 'quay li',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'label' => 'H s',
'form' => [
'email' => [
'label' => 'a ch email',
],
'name' => [
'label' => 'H tn',
],
'password' => [
'label' => 'Mt khu mi',
],
'password_confirmation' => [
'label' => 'Xc nhn mt khu mi',
],
'actions' => [
'save' => [
'label' => 'Lu thay i',
],
],
],
'notifications' => [
'saved' => [
'title' => ' lu',
],
],
'actions' => [
'cancel' => [
'label' => 'quay li',
],
],
];
Function Calls
None |
Stats
MD5 | dcb66ecdbd51eaceb3ae1280b3f94cd9 |
Eval Count | 0 |
Decode Time | 111 ms |