mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.3'
* PHP-8.3: Skip on Windows
This commit is contained in:
commit
ea6110f52e
1 changed files with 8 additions and 1 deletions
|
@ -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 ---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue