1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.4' into PHP-8.5

* PHP-8.4:
  Fix expected output for bug52820.phpt
This commit is contained in:
Ilija Tovilo
2026-03-19 13:19:01 +01:00

View File

@@ -45,22 +45,18 @@ echo "\nDone.\n";
--EXPECTREGEX-- --EXPECTREGEX--
temp stream \(close after\): temp stream \(close after\):
About to rewind! About to rewind!
(\* processing: file:\/\/\/i_dont_exist\/\n)?\* (Couldn't|Could not) open file \/i_dont_exist\/ (\* processing: file:\/\/\/i_dont_exist\/\n)?\* (Couldn't|Could not) open file \/i_dont_exist\/(\n\* [Cc]losing connection( #?-?\d+)?)?
\* [Cc]losing connection( #?-?\d+)?
memory stream \(close after\): memory stream \(close after\):
About to rewind! About to rewind!
(\* processing: file:\/\/\/i_dont_exist\/\n)?\* (Couldn't|Could not) open file \/i_dont_exist\/ (\* processing: file:\/\/\/i_dont_exist\/\n)?\* (Couldn't|Could not) open file \/i_dont_exist\/(\n\* [Cc]losing connection( #?-?\d+)?)?
\* [Cc]losing connection( #?-?\d+)?
temp stream \(leak\): temp stream \(leak\):
About to rewind! About to rewind!
(\* processing: file:\/\/\/i_dont_exist\/\n)?\* (Couldn't|Could not) open file \/i_dont_exist\/ (\* processing: file:\/\/\/i_dont_exist\/\n)?\* (Couldn't|Could not) open file \/i_dont_exist\/(\n\* [Cc]losing connection( #?-?\d+)?)?
\* [Cc]losing connection( #?-?\d+)?
memory stream \(leak\): memory stream \(leak\):
About to rewind! About to rewind!
(\* processing: file:\/\/\/i_dont_exist\/\n)?\* (Couldn't|Could not) open file \/i_dont_exist\/ (\* processing: file:\/\/\/i_dont_exist\/\n)?\* (Couldn't|Could not) open file \/i_dont_exist\/(\n\* [Cc]losing connection( #?-?\d+)?)?
\* [Cc]losing connection( #?-?\d+)?
Done\. Done\.