Skip to content

Commit bfb433b

Browse files
committed
Fix test on 32-bit
1 parent 4f81896 commit bfb433b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/hex_overflow_32bit.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
testing integer overflow (32bit)
33
--INI--
4-
precision=14
4+
serialize_precision=14
55
--SKIPIF--
66
<?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
77
--FILE--

0 commit comments

Comments
 (0)