mirror of
https://github.com/php/php-src.git
synced 2024-12-11 10:54:47 +08:00
fix test for 32bits (int -> float)
(cherry picked from commit 0f1ae93bfa
)
This commit is contained in:
parent
cf649f59cb
commit
0e21d8066b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user