mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Fix skipif condition
This commit is contained in:
parent
bc4c4c658c
commit
3ddb63dce1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue