1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  Fix Windows SKIPIF (#14219)
This commit is contained in:
Niels Dossche
2024-05-13 22:10:42 +02:00

View File

@@ -2,7 +2,7 @@
Bug #38579 (include_once() may include the same file twice)
--SKIPIF--
<?php
if(PHP_OS_FAMILY !== "WIN") {
if(PHP_OS_FAMILY !== "Windows") {
die('skip only for Windows');
}
?>