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

fix test for 32bits (int -> float)

This commit is contained in:
Remi Collet
2017-02-01 10:25:30 +01:00
parent b7f59be9f4
commit 0f1ae93bfa

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)