]> granicus.if.org Git - php/commitdiff
Skip test on 32-bit
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 23 Sep 2019 12:52:32 +0000 (14:52 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 23 Sep 2019 12:52:32 +0000 (14:52 +0200)
ext/standard/tests/serialize/unserialize_neg_iv_edge_cases.phpt

index a3732bde1b75458b58410495334978621836bdfa..42b89ee32b77a36569c1483349b9777538c2b0fb 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Negative parse_iv2 edge cases
+--SKIPIF--
+<?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
 --FILE--
 <?php