Fix skipif condition

This commit is contained in:
Nikita Popov 2019-09-23 17:17:52 +02:00
parent bc4c4c658c
commit 3ddb63dce1

View File

@ -1,7 +1,7 @@
--TEST--
OSS-Fuzz: Unserializing SplObjectStorage with negative number of elements
--SKIPIF--
<?php if (PHP_INT_SIZE != 4) die("skip requires 64-bit"); ?>
<?php if (PHP_INT_SIZE != 8) die("skip requires 64-bit"); ?>
--FILE--
<?php