From 719fa46150d136e5f5044c922f44410bb9183f0d Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Mon, 13 May 2024 22:09:47 +0200 Subject: [PATCH] Fix Windows SKIPIF (#14219) 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 0d58eac5296..1e6e351ee3e 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--