Skip to content

Commit 3ddb63d

Browse files
committed
Fix skipif condition
1 parent bc4c4c6 commit 3ddb63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/serialize/splobjectstorage_negative_count.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
OSS-Fuzz: Unserializing SplObjectStorage with negative number of elements
33
--SKIPIF--
4-
<?php if (PHP_INT_SIZE != 4) die("skip requires 64-bit"); ?>
4+
<?php if (PHP_INT_SIZE != 8) die("skip requires 64-bit"); ?>
55
--FILE--
66
<?php
77

0 commit comments

Comments
 (0)