Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing illustration for multiple using statements #1374

Open
jacoblu2003 opened this issue Jan 18, 2025 · 0 comments
Open

Missing illustration for multiple using statements #1374

jacoblu2003 opened this issue Jan 18, 2025 · 0 comments

Comments

@jacoblu2003
Copy link

jacoblu2003 commented Jan 18, 2025

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant