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' => 'Zobrazi', 'modal' => [ ..
Decoded Output download
<?php
return [
'single' => [
'label' => 'Zobrazi',
'modal' => [
'heading' => 'Zobrazi :label',
'actions' => [
'close' => [
'label' => 'Zavrie',
],
],
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'single' => [
'label' => 'Zobrazi',
'modal' => [
'heading' => 'Zobrazi :label',
'actions' => [
'close' => [
'label' => 'Zavrie',
],
],
],
],
];
Function Calls
None |
Stats
MD5 | 6edf9244afc498c879c1402b13df977b |
Eval Count | 0 |
Decode Time | 79 ms |