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' => 'Pidat', 'modal' => [ ..
Decoded Output download
<?php
return [
'single' => [
'label' => 'Pidat',
'modal' => [
'heading' => 'Pidat :label',
'fields' => [
'record_id' => [
'label' => 'Zznam',
],
],
'actions' => [
'attach' => [
'label' => 'Pidat',
],
'attach_another' => [
'label' => 'Pidat & pidat dal',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Pidno',
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'single' => [
'label' => 'Pidat',
'modal' => [
'heading' => 'Pidat :label',
'fields' => [
'record_id' => [
'label' => 'Zznam',
],
],
'actions' => [
'attach' => [
'label' => 'Pidat',
],
'attach_another' => [
'label' => 'Pidat & pidat dal',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Pidno',
],
],
],
];
Function Calls
None |
Stats
MD5 | 580bd744b87a9979189b4ecbccadfe4a |
Eval Count | 0 |
Decode Time | 97 ms |