Skip to content

Missing illustration for multiple using statements #1374

@jacoblu2003

Description

@jacoblu2003

Please complete the information below:

Where is the problem?

The page does not introduce the capability of the using block where multiple items can be specified. Eg.:

using (
  $f4 = TextFile::open_TextFile("file4.txt", "rw"),
  $f5 = TextFile::open_TextFile("file5.txt", "rw")
) {
 ...
}

Please don't change anything below this point.


  • Build ID: HHVM=HHVM-4.164.0:HSL=v4.108.1:2024-02-08T13:44:46+0000:1fa47f258c6b68f8ec01899aa82fd6ffa0957109
  • Page requested: /hack/classes/object-disposal
  • Page requested at: Sat, 18 Jan 2025 08:33:32 +0000
  • Controller: GuidePageController

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions