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' => '', 'form' => [ 'email' => [ 'la..
Decoded Output download
<?php
return [
'label' => '',
'form' => [
'email' => [
'label' => '',
],
'name' => [
'label' => '',
],
'password' => [
'label' => ' ',
],
'password_confirmation' => [
'label' => ' ',
],
'actions' => [
'save' => [
'label' => ' ',
],
],
],
'notifications' => [
'saved' => [
'title' => ' ',
],
],
'actions' => [
'cancel' => [
'label' => '',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'label' => '',
'form' => [
'email' => [
'label' => '',
],
'name' => [
'label' => '',
],
'password' => [
'label' => ' ',
],
'password_confirmation' => [
'label' => ' ',
],
'actions' => [
'save' => [
'label' => ' ',
],
],
],
'notifications' => [
'saved' => [
'title' => ' ',
],
],
'actions' => [
'cancel' => [
'label' => '',
],
],
];
Function Calls
None |
Stats
MD5 | db880db6afd5ac37e4103f175b845269 |
Eval Count | 0 |
Decode Time | 90 ms |