Skip to content

Commit 5ed5d37

Browse files
committed
Skip test on Windows because of different error output
1 parent 47bb6c1 commit 5ed5d37

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)