From b4de44440b6acb065a9dd8c848cf0b7e6a5ccba5 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Mon, 13 May 2024 20:41:42 +0200 Subject: [PATCH] Fix Windows SKIPIF PHP_OS_FAMILY never has the value WIN, for Windows platforms it is the string "Windows". As such, this test was never executed. Fix this. --- tests/lang/bug38579.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lang/bug38579.phpt b/tests/lang/bug38579.phpt index 0d58eac52969b..1e6e351ee3e30 100644 --- a/tests/lang/bug38579.phpt +++ b/tests/lang/bug38579.phpt @@ -2,7 +2,7 @@ Bug #38579 (include_once() may include the same file twice) --SKIPIF--