summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-09-23 17:17:52 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-09-23 17:17:52 +0200
commit3ddb63dce12a5ed16ae5529b1a38a754cd3e41ed (patch)
tree3b3a94975a35816fc73a379756ce7f91c1e84952
parentbc4c4c658c11963b3d7b59e78a4ff55253e5fd2f (diff)
downloadphp-git-3ddb63dce12a5ed16ae5529b1a38a754cd3e41ed.tar.gz
Fix skipif condition
-rw-r--r--ext/standard/tests/serialize/splobjectstorage_negative_count.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/serialize/splobjectstorage_negative_count.phpt b/ext/standard/tests/serialize/splobjectstorage_negative_count.phpt
index f05c610913..ef2f575d58 100644
--- a/ext/standard/tests/serialize/splobjectstorage_negative_count.phpt
+++ b/ext/standard/tests/serialize/splobjectstorage_negative_count.phpt
@@ -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