blob: e51be1f5f89f411414dff72e00005c6533ebc671 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
From 33d98e7efc25cf79f9969a93131e1b5ff976eb31 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Wed, 27 Aug 2025 09:50:06 +0200
Subject: [PATCH] fix test for 8.5.0beta2
---
tests/bug53603.phpt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/bug53603.phpt b/tests/bug53603.phpt
index 76b8ad9..dcbbeba 100644
--- a/tests/bug53603.phpt
+++ b/tests/bug53603.phpt
@@ -31,6 +31,6 @@ var_dump($a);
--EXPECTF--
-Warning: ZipArchive::extractTo(teststream://test/foo): %sailed to open stream: "TestStream::stream_open" call failed in %s on line %d
+Warning: ZipArchive::extractTo(teststream://test/foo): %sailed to open stream: "TestStream::stream_open" %s on line %d
bool(false)
--
2.51.0
|