Skip to content

Commit 9f57016

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix CI failure on macOS after Curl update
2 parents 950d010 + fdae7c2 commit 9f57016

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ext/standard/tests/file/bug52820.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@ echo "\nDone.\n";
4646
temp stream \(close after\):
4747
About to rewind!
4848
(\* processing: file:\/\/\/i_dont_exist\/\n)?\* Couldn't open file \/i_dont_exist\/
49-
\* Closing connection( #?-?\d+)?
49+
\* [Cc]losing connection( #?-?\d+)?
5050

5151
memory stream \(close after\):
5252
About to rewind!
5353
(\* processing: file:\/\/\/i_dont_exist\/\n)?\* Couldn't open file \/i_dont_exist\/
54-
\* Closing connection( #?-?\d+)?
54+
\* [Cc]losing connection( #?-?\d+)?
5555

5656
temp stream \(leak\):
5757
About to rewind!
5858
(\* processing: file:\/\/\/i_dont_exist\/\n)?\* Couldn't open file \/i_dont_exist\/
59-
\* Closing connection( #?-?\d+)?
59+
\* [Cc]losing connection( #?-?\d+)?
6060

6161
memory stream \(leak\):
6262
About to rewind!
6363
(\* processing: file:\/\/\/i_dont_exist\/\n)?\* Couldn't open file \/i_dont_exist\/
64-
\* Closing connection( #?-?\d+)?
64+
\* [Cc]losing connection( #?-?\d+)?
6565

6666
Done\.

0 commit comments

Comments
 (0)