1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00

Merge branch 'PHP-7.3' into PHP-7.4

This commit is contained in:
Nikita Popov
2019-09-23 17:18:39 +02:00

View File

@@ -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