Skip to content

Commit b34e838

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Skip test on Windows because of different error output
2 parents b1a6832 + 5ed5d37 commit b34e838

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/phar/tests/gh13833.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ GH-13833 (Applying zero offset to null pointer in zend_hash.c)
33
--INI--
44
phar.require_hash=0
55
phar.readonly=0
6+
--SKIPIF--
7+
<?php if (defined("PHP_WINDOWS_VERSION_MAJOR")) die("skip Windows results in a different error"); ?>
68
--FILE--
79
<?php
810
$fname = __DIR__ . '/gh13833.phar';

0 commit comments

Comments
 (0)