summaryrefslogtreecommitdiff
path: root/ext/standard/tests/serialize/bug31442.phpt
blob: 6d451bac975e31ae33099be1faaeabac5c1d1cd7 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #31442 (unserialize broken on 64-bit systems)
--INI--
precision=14
--FILE--
<?php
echo unserialize(serialize(2147483648));
?>
--EXPECT--
2147483648