Skip to content

Commit ea6110f

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Skip on Windows
2 parents 7213e44 + b131681 commit ea6110f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ext/phar/tests/bug77432.phpt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
--TEST--
22
Bug #77432 (Segmentation fault on including phar file)
3+
--SKIPIF--
4+
<?php
5+
if (PHP_OS_FAMILY === "Windows") {
6+
die('skip not for Windows');
7+
}
8+
?>
39
--EXTENSIONS--
410
phar
511
--INI--
@@ -36,7 +42,8 @@ include("phar://" . $filename);
3642
--- Include 1 ---
3743
hello world
3844
--- Include 2 ---
39-
%A
45+
46+
Warning: Constant already defined in %s on line %d
4047
hello world
4148
--- After unlink ---
4249

0 commit comments

Comments
 (0)