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 [ 'title' => '', 'heading' => '', 'actions' => [ 'lo..
Decoded Output download
<?php
return [
'title' => '',
'heading' => '',
'actions' => [
'login' => [
'before' => '',
'label' => ' ',
],
],
'form' => [
'email' => [
'label' => ' ',
],
'name' => [
'label' => '\'',
],
'password' => [
'label' => '',
'validation_attribute' => '',
],
'password_confirmation' => [
'label' => ' ',
],
'actions' => [
'register' => [
'label' => '',
],
],
],
'notifications' => [
'throttled' => [
'title' => ' ',
'body' => ' , :seconds .',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'title' => '',
'heading' => '',
'actions' => [
'login' => [
'before' => '',
'label' => ' ',
],
],
'form' => [
'email' => [
'label' => ' ',
],
'name' => [
'label' => '\'',
],
'password' => [
'label' => '',
'validation_attribute' => '',
],
'password_confirmation' => [
'label' => ' ',
],
'actions' => [
'register' => [
'label' => '',
],
],
],
'notifications' => [
'throttled' => [
'title' => ' ',
'body' => ' , :seconds .',
],
],
];
Function Calls
None |
Stats
MD5 | 895f4703b2d40422259a4dfef8a5edc3 |
Eval Count | 0 |
Decode Time | 101 ms |