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 bekijken', 'breadcrumb' => 'Bekijken', '..
Decoded Output download
<?php
return [
'title' => ':Label bekijken',
'breadcrumb' => 'Bekijken',
'content' => [
'tab' => [
'label' => 'Bekijken',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'title' => ':Label bekijken',
'breadcrumb' => 'Bekijken',
'content' => [
'tab' => [
'label' => 'Bekijken',
],
],
];
Function Calls
None |
Stats
MD5 | 83dce24d747ce5d4fe019badee78317f |
Eval Count | 0 |
Decode Time | 119 ms |