From 7677df4cf14d8f7685ca24022136c505bafe29eb Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Mon, 1 Jan 2024 15:27:33 +0100 Subject: [PATCH] Fix test not emitting warning because of Windows paths --- ext/phar/tests/bug77432.phpt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/phar/tests/bug77432.phpt b/ext/phar/tests/bug77432.phpt index 1294f6b8177..cadfded8fc5 100644 --- a/ext/phar/tests/bug77432.phpt +++ b/ext/phar/tests/bug77432.phpt @@ -36,8 +36,7 @@ include("phar://" . $filename); --- Include 1 --- hello world --- Include 2 --- - -Warning: Constant already defined in %s on line %d +%A hello world --- After unlink ---