binary_transfer_required = (str_replace("'",'',$strings[++$i]) === 'TRUE'); if (static::DEBUG_VERBOSE) Log::debug(sprintf('%s:- Case X-BINARY-TRANSFER-REQUIRED returned (%s)',self::LOGKEY,$this->binary_transfer_required)); break; case 'X-NOT-HUMAN-READABLE': $this->is_not_human_readable = (str_replace("'",'',$strings[++$i]) === 'TRUE'); if (static::DEBUG_VERBOSE) Log::debug(sprintf('%s:- Case X-NOT-HUMAN-READABLE returned (%s)',self::LOGKEY,$this->is_not_human_readable)); break; default: parent::parse_chunk($strings,$i); } } } }