Skip to content

Commit 7213e44

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Fix test not emitting warning because of Windows paths
2 parents f391a26 + 8d095af commit 7213e44

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)