Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b131681

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Skip on Windows
2 parents 8d095af + 0d2c83e commit b131681

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)

AltStyle によって変換されたページ (->オリジナル) /