Skip to content

Commit 8d095af

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix test not emitting warning because of Windows paths
2 parents e5e2190 + 7677df4 commit 8d095af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/phar/tests/bug77432.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ include("phar://" . $filename);
3636
--- Include 1 ---
3737
hello world
3838
--- Include 2 ---
39-
40-
Warning: Constant already defined in %s on line %d
39+
%A
4140
hello world
4241
--- After unlink ---
4342

0 commit comments

Comments
 (0)