mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
24 lines
766 B
Diff
24 lines
766 B
Diff
Patch-Source: https://github.com/php/php-src/commit/1b52ecd78ad1a211a4a9db65975df34d2539125b
|
|
From 1b52ecd78ad1a211a4a9db65975df34d2539125b Mon Sep 17 00:00:00 2001
|
|
From: "Christoph M. Becker" <cmbecker69@gmx.de>
|
|
Date: Tue, 13 Aug 2024 19:23:53 +0200
|
|
Subject: [PATCH] Fix test expectation
|
|
|
|
---
|
|
ext/soap/tests/bugs/bug55639.phpt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/ext/soap/tests/bugs/bug55639.phpt b/ext/soap/tests/bugs/bug55639.phpt
|
|
index 40a2cf3f11d26..16d7f7a377193 100644
|
|
--- a/ext/soap/tests/bugs/bug55639.phpt
|
|
+++ b/ext/soap/tests/bugs/bug55639.phpt
|
|
@@ -53,7 +53,7 @@ var_dump($headers);
|
|
?>
|
|
--EXPECTF--
|
|
Unauthorized
|
|
-string(424) "POST / HTTP/1.1
|
|
+string(%d) "POST / HTTP/1.1
|
|
Host: %s
|
|
Connection: Keep-Alive
|
|
User-Agent: %s
|