1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Files
archived-php-src/ext/standard/tests/serialize/bug31442.phpt
Marcus Boerger 5516915115 - Add new test
2005-01-08 13:47:05 +00:00

9 lines
140 B
PHP
Executable File

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