From 66bb24da205b762e4e02eb36d600c24d0219fd28 Mon Sep 17 00:00:00 2001 From: Kharhamel <10496706+Kharhamel@users.noreply.github.com> Date: Wed, 16 Apr 2025 03:20:57 +0000 Subject: [PATCH] Automatically regenerate the files --- generated/8.5/filesystem.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/generated/8.5/filesystem.php b/generated/8.5/filesystem.php index b11e6279..d6b82ae3 100644 --- a/generated/8.5/filesystem.php +++ b/generated/8.5/filesystem.php @@ -1088,6 +1088,13 @@ function fwrite($stream, string $data, ?int $length = null): int * * * + * {a,b,c} - Matches one string from a group of + * strings delimited by a comma when the GLOB_BRACE + * flag is used. + * + * + * + * * \ - Escapes the following character, * except when the GLOB_NOESCAPE flag is used. *