summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-09-23 16:42:24 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-09-23 16:42:24 +0200
commitbc4c4c658c11963b3d7b59e78a4ff55253e5fd2f (patch)
tree8bdbd8f48a50892d4838878dd98bdfd650b6dc91
parent8509970e6a392de42b81882d7c81fa96a3c972e1 (diff)
downloadphp-git-bc4c4c658c11963b3d7b59e78a4ff55253e5fd2f.tar.gz
Skip test on 32-bit
-rw-r--r--ext/standard/tests/serialize/splobjectstorage_negative_count.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/tests/serialize/splobjectstorage_negative_count.phpt b/ext/standard/tests/serialize/splobjectstorage_negative_count.phpt
index 4dda491a8b..f05c610913 100644
--- a/ext/standard/tests/serialize/splobjectstorage_negative_count.phpt
+++ b/ext/standard/tests/serialize/splobjectstorage_negative_count.phpt
@@ -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