Skip to content

Commit

Permalink
Merge branch 'PHP-8.3'
Browse files Browse the repository at this point in the history
* PHP-8.3:
  Skip on Windows
  • Loading branch information
nielsdos committed Jan 1, 2024
2 parents 7213e44 + b131681 commit ea6110f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ext/phar/tests/bug77432.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
--TEST--
Bug #77432 (Segmentation fault on including phar file)
--SKIPIF--
<?php
if (PHP_OS_FAMILY === "Windows") {
die('skip not for Windows');
}
?>
--EXTENSIONS--
phar
--INI--
Expand Down Expand Up @@ -36,7 +42,8 @@ include("phar://" . $filename);
--- Include 1 ---
hello world
--- Include 2 ---
%A

Warning: Constant already defined in %s on line %d
hello world
--- After unlink ---

Expand Down

0 comments on commit ea6110f

Please sign in to comment.