Skip to content

Commit

Permalink
Skip test on 32-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Sep 23, 2019
1 parent 8509970 commit bc4c4c6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit bc4c4c6

Please sign in to comment.