1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00
Files
archived-php-src/ext/standard/tests/serialize/bug31442.phpt
T
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