From 0d2c83ef9c5449778d7ef4f38058f35e505c5905 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Mon, 1 Jan 2024 15:58:47 +0100 Subject: [PATCH] Skip on Windows --- ext/phar/tests/bug77432.phpt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ext/phar/tests/bug77432.phpt b/ext/phar/tests/bug77432.phpt index cadfded8fc5..12480856b39 100644 --- a/ext/phar/tests/bug77432.phpt +++ b/ext/phar/tests/bug77432.phpt @@ -1,5 +1,11 @@ --TEST-- Bug #77432 (Segmentation fault on including phar file) +--SKIPIF-- + --EXTENSIONS-- phar --INI-- @@ -36,7 +42,8 @@ include("phar://" . $filename); --- Include 1 --- hello world --- Include 2 --- -%A + +Warning: Constant already defined in %s on line %d hello world --- After unlink ---