php-src/ext/standard/tests/serialize/bug31442.phpt
Antony Dovgal 66859a74de fix tests
2007-04-26 23:30:00 +00:00

11 lines
161 B
PHP
Executable File

--TEST--
Bug #31442 (unserialize broken on 64-bit systems)
--INI--
precision=14
--FILE--
<?php
echo unserialize(serialize(2147483648));
?>
--EXPECT--
2147483648