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' => 'Regjistrohu', 'heading' => 'Regjistrohu', 'acti..
Decoded Output download
<?php
return [
'title' => 'Regjistrohu',
'heading' => 'Regjistrohu',
'actions' => [
'login' => [
'before' => 'ose',
'label' => 'hyni n llogarin tuaj',
],
],
'form' => [
'email' => [
'label' => 'Adresa e emailit',
],
'name' => [
'label' => 'Emri',
],
'password' => [
'label' => 'Fjalkalimi',
'validation_attribute' => 'fjalkalimi',
],
'password_confirmation' => [
'label' => 'Konfirmo fjalkalimin',
],
'actions' => [
'register' => [
'label' => 'Regjistrohu',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'Too many registration attempts',
'body' => 'Please try again in :seconds seconds.',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'title' => 'Regjistrohu',
'heading' => 'Regjistrohu',
'actions' => [
'login' => [
'before' => 'ose',
'label' => 'hyni n llogarin tuaj',
],
],
'form' => [
'email' => [
'label' => 'Adresa e emailit',
],
'name' => [
'label' => 'Emri',
],
'password' => [
'label' => 'Fjalkalimi',
'validation_attribute' => 'fjalkalimi',
],
'password_confirmation' => [
'label' => 'Konfirmo fjalkalimin',
],
'actions' => [
'register' => [
'label' => 'Regjistrohu',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'Too many registration attempts',
'body' => 'Please try again in :seconds seconds.',
],
],
];
Function Calls
None |
Stats
MD5 | c7f8713a654f312d5a48fa06d9ea88e8 |
Eval Count | 0 |
Decode Time | 83 ms |