We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1a6832 + 5ed5d37 commit b34e838Copy full SHA for b34e838
ext/phar/tests/gh13833.phpt
@@ -3,6 +3,8 @@ GH-13833 (Applying zero offset to null pointer in zend_hash.c)
3
--INI--
4
phar.require_hash=0
5
phar.readonly=0
6
+--SKIPIF--
7
+<?php if (defined("PHP_WINDOWS_VERSION_MAJOR")) die("skip Windows results in a different error"); ?>
8
--FILE--
9
<?php
10
$fname = __DIR__ . '/gh13833.phar';
0 commit comments