]> granicus.if.org Git - php/commitdiff
Skip test on 32-bit
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 23 Sep 2019 14:42:24 +0000 (16:42 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 23 Sep 2019 14:42:24 +0000 (16:42 +0200)
ext/standard/tests/serialize/splobjectstorage_negative_count.phpt

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