mirror of
https://github.com/php/php-src.git
synced 2025-01-07 03:13:33 +08:00
Fixed session test breakage due to serialize precision issue.
This commit is contained in:
parent
0a0443f07c
commit
efb6757e16
@ -120,7 +120,7 @@ string(13) "data|d:-10.5;"
|
||||
string(20) "data|d:123456789000;"
|
||||
|
||||
-- Iteration 8 --
|
||||
string(86) "data|d:1.2345678899999999145113427164344339914681114578343112953007221221923828125E-9;"
|
||||
string(29) "data|d:1.2345678899999999E-9;"
|
||||
|
||||
-- Iteration 9 --
|
||||
string(11) "data|d:0.5;"
|
||||
|
Loading…
Reference in New Issue
Block a user