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 [ 'single' => [ 'label' => 'Ataare', 'modal' => [ ..
Decoded Output download
<?php
return [
'single' => [
'label' => 'Ataare',
'modal' => [
'heading' => 'Ataare :label',
'fields' => [
'record_id' => [
'label' => 'nregistrare',
],
],
'actions' => [
'attach' => [
'label' => 'Ataare',
],
'attach_another' => [
'label' => 'Ataai i ataai altul',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Ataat cu succes',
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'single' => [
'label' => 'Ataare',
'modal' => [
'heading' => 'Ataare :label',
'fields' => [
'record_id' => [
'label' => 'nregistrare',
],
],
'actions' => [
'attach' => [
'label' => 'Ataare',
],
'attach_another' => [
'label' => 'Ataai i ataai altul',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Ataat cu succes',
],
],
],
];
Function Calls
None |
Stats
MD5 | d6c96fc5169c789d7881174119c7ec94 |
Eval Count | 0 |
Decode Time | 91 ms |