mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Merge branch 'PHP-8.2'
* PHP-8.2: Fix skipif condition on new test
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Test tempnam() function: usage variations - test prefix maximum size
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (PHP_OS_FAMILY !== 'Windows') {
|
||||
if (PHP_OS_FAMILY === 'Windows') {
|
||||
die("skip Do not run on Windows");
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user