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 [ 'field' => [ 'label' => ' ', 'placeholder' => '', ..
Decoded Output download
<?php
return [
'field' => [
'label' => ' ',
'placeholder' => '',
],
'no_results_message' => ' ',
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'field' => [
'label' => ' ',
'placeholder' => '',
],
'no_results_message' => ' ',
];
Function Calls
None |
Stats
MD5 | 2e0ce6e22e6c3224bd5bb3ee1a29be2d |
Eval Count | 0 |
Decode Time | 95 ms |