mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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--
|
--TEST--
|
||||||
OSS-Fuzz: Unserializing SplObjectStorage with negative number of elements
|
OSS-Fuzz: Unserializing SplObjectStorage with negative number of elements
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php if (PHP_INT_SIZE != 4) die("skip requires 64-bit"); ?>
|
<?php if (PHP_INT_SIZE != 8) die("skip requires 64-bit"); ?>
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue