1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 09:03:04 +02:00

fix test for 32bits (int -> float)

This commit is contained in:
Remi Collet
2017-02-01 10:25:30 +01:00
parent 163bb87897
commit aa9742d80d

View File

@@ -14,5 +14,5 @@ $poc = 'O:8:"stdClass":1:{i:0;O:3:"obj":1:{s:4:"ryat";R:1;}}';
var_dump(unserialize($poc));
?>
--EXPECT--
int(73588229205)
--EXPECTF--
%s(73588229205)