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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user