From 57efcb98545808254c60b1424366ca22ec22ede0 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Tue, 18 Mar 2025 14:22:14 +0100 Subject: [PATCH] Fix new opcache dump format in test expectation --- ext/opcache/tests/gh18050.phpt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/opcache/tests/gh18050.phpt b/ext/opcache/tests/gh18050.phpt index 3fb6c8d7b65..d71bc4c4d75 100644 --- a/ext/opcache/tests/gh18050.phpt +++ b/ext/opcache/tests/gh18050.phpt @@ -55,8 +55,7 @@ test: 0012 DO_ICALL 0013 T1 = IN_ARRAY 1 CV0($v) array(...) 0014 JMPZ T1 0016 -0015 ECHO string("True -") +0015 ECHO string("True\n") 0016 RETURN null bool(true) bool(true)