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' => ':label ', 'breadcrumb' => ' ', 'form' => [ ..
Decoded Output download
<?php
return [
'title' => ':label ',
'breadcrumb' => ' ',
'form' => [
'actions' => [
'cancel' => [
'label' => '',
],
'create' => [
'label' => ' ',
],
'create_another' => [
'label' => ' ',
],
],
],
'notifications' => [
'created' => [
'title' => ' ',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'title' => ':label ',
'breadcrumb' => ' ',
'form' => [
'actions' => [
'cancel' => [
'label' => '',
],
'create' => [
'label' => ' ',
],
'create_another' => [
'label' => ' ',
],
],
],
'notifications' => [
'created' => [
'title' => ' ',
],
],
];
Function Calls
None |
Stats
MD5 | 5d8be2d21dd28ff04d7c8d191d26b7d5 |
Eval Count | 0 |
Decode Time | 122 ms |