Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

$_['text_option'] = 'Available Options'; $_['text_field'] = 'F..

Decoded Output download

<?  $_['text_option']              = 'Available Options'; 
$_['text_field']               = 'Field'; 
$_['text_choose']              = 'Choose '; 
$_['text_minimum']             = 'This product has a minimum quantity of %s'; ?>

Did this file decode correctly?

Original Code

$_['text_option']              = 'Available Options';
$_['text_field']               = 'Field';
$_['text_choose']              = 'Choose ';
$_['text_minimum']             = 'This product has a minimum quantity of %s';

Function Calls

None

Variables

$_ [{'key': 'text_option', 'value': 'Available Options'}, {'key': 'text_field', 'value': 'Field'}, {'key': 'text_choose', 'value': 'Choose '}, {'key': 'text_minimum', 'value': 'This product has a minimum quantity of %s'}]

Stats

MD5 4ecd8bbd1bdd520f0330d09d1ad3663c
Eval Count 0
Decode Time 95 ms