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 [ 'labels' => [ 'Pay' => '', 'pay' => '', ], 'fi..
Decoded Output download
<?php
return [
'labels' => [
'Pay' => '',
'pay' => '',
],
'fields' => [
'merchant_id' => ' ID',
'merchant_key' => ' KEY',
'merchant_pem' => '',
'pay_check' => '',
'pay_client' => '',
'pay_handleroute' => '',
'pay_method' => '',
'pay_name' => '',
'is_open' => '',
'method_jump' => '',
'method_scan' => '',
'pay_client_pc' => 'PC',
'pay_client_mobile' => '',
'pay_client_all' => '',
],
'options' => [
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'labels' => [
'Pay' => '',
'pay' => '',
],
'fields' => [
'merchant_id' => ' ID',
'merchant_key' => ' KEY',
'merchant_pem' => '',
'pay_check' => '',
'pay_client' => '',
'pay_handleroute' => '',
'pay_method' => '',
'pay_name' => '',
'is_open' => '',
'method_jump' => '',
'method_scan' => '',
'pay_client_pc' => 'PC',
'pay_client_mobile' => '',
'pay_client_all' => '',
],
'options' => [
],
];
Function Calls
None |
Stats
MD5 | f4ef053cd0312ec7ef2406e45c890e60 |
Eval Count | 0 |
Decode Time | 87 ms |