1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  Fix test not emitting warning because of Windows paths
This commit is contained in:
Niels Dossche
2024-01-01 15:27:43 +01:00

View File

@@ -36,8 +36,7 @@ include("phar://" . $filename);
--- Include 1 ---
hello world
--- Include 2 ---
Warning: Constant already defined in %s on line %d
%A
hello world
--- After unlink ---