📄 Viewing: bug38579.phpt

--TEST--
Bug #38579 (include_once() may include the same file twice)
--SKIPIF--
<?php
if(PHP_OS_FAMILY !== "WIN") {
    die('skip only for Windows');
}
?>
--FILE--
<?php
$file = __DIR__."/bug38579.inc";
include_once(strtolower($file));
include_once(strtoupper($file));
?>
--EXPECT--
ok

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/tests/lang