Skip test on Windows because of different error output

This commit is contained in:
Niels Dossche 2024-03-31 16:56:14 +02:00
parent 47bb6c1b79
commit 5ed5d37f25
No known key found for this signature in database
GPG Key ID: A17A7C526FE17078

View File

@ -3,6 +3,8 @@ GH-13833 (Applying zero offset to null pointer in zend_hash.c)
--INI--
phar.require_hash=0
phar.readonly=0
--SKIPIF--
<?php if (defined("PHP_WINDOWS_VERSION_MAJOR")) die("skip Windows results in a different error"); ?>
--FILE--
<?php
$fname = __DIR__ . '/gh13833.phar';