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