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: Skip on Windows
This commit is contained in:
@@ -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--
|
||||
@@ -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 ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user