can the php still run properly if code have '$ofuscated'

  • 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;
    	}

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!