Skip to content

Commit f16e712

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix Windows SKIPIF (#14219)
2 parents 614323e + 719fa46 commit f16e712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lang/bug38579.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Bug #38579 (include_once() may include the same file twice)
33
--SKIPIF--
44
<?php
5-
if(PHP_OS_FAMILY !== "WIN") {
5+
if(PHP_OS_FAMILY !== "Windows") {
66
die('skip only for Windows');
77
}
88
?>

0 commit comments

Comments
 (0)