one of the decoded file have these $ofuscated3, $ofuscated2. can the php still run properly with these?
Code
public function SystemConfiguration($in_error_handler, $parameter_array) {
$this->user_data_processor = new UserDataProcessor($ofuscated3);
$this->error_handler = $ofuscated1;
$this->_internal_initializeFromArray($ofuscated2);
return;
}