From 33d98e7efc25cf79f9969a93131e1b5ff976eb31 Mon Sep 17 00:00:00 2001 From: Remi Collet 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