mirror of
https://github.com/php/php-src.git
synced 2025-01-08 20:17:28 +08:00
fixed tests to match the new float precision of 53, as described in bug 47168
This commit is contained in:
parent
a5339945c6
commit
adecc80459
@ -670,8 +670,8 @@ Array
|
||||
|
||||
*** Output for precision value more than maximum ***
|
||||
|
||||
Notice: printf(): Requested precision of 988 digits was truncated to PHP maximum of 40 digits in %s on line %d
|
||||
12345678900.0000000000000000000000000000000000000000
|
||||
Notice: printf(): Requested precision of 988 digits was truncated to PHP maximum of 53 digits in %s on line %d
|
||||
12345678900.00000000000000000000000000000000000000000000000000000
|
||||
|
||||
*** Output for invalid width(-15) specifier ***
|
||||
15s
|
||||
|
@ -48,7 +48,7 @@ string(1) "%"
|
||||
-- Testing for precision value more than maximum --
|
||||
|
||||
Notice: sprintf(): Requested precision of 988 digits was truncated to PHP maximum of %d digits in %s on line %d
|
||||
string(52) "12345678900.0000000000000000000000000000000000000000"
|
||||
string(65) "12345678900.00000000000000000000000000000000000000000000000000000"
|
||||
|
||||
-- Testing for invalid width(-15) specifier --
|
||||
string(3) "15s"
|
||||
|
Loading…
Reference in New Issue
Block a user