1
0
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:
George Peter Banyard
2023-08-08 12:43:16 +01:00

View File

@@ -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");
}
?>