mirror of
https://github.com/php/php-src.git
synced 2024-12-03 23:05:57 +08:00
fix test for 32bits (int -> float)
This commit is contained in:
parent
163bb87897
commit
aa9742d80d
@ -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