mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
fix
the sprintf() -> zend_spprintf() change affected this
This commit is contained in:
parent
7939691523
commit
ad8c94d8cc
1 changed files with 5 additions and 5 deletions
|
@ -16,8 +16,8 @@ for ($i = 1; $i < 10; $i++) {
|
||||||
0.01 0.01
|
0.01 0.01
|
||||||
0.001 0.001
|
0.001 0.001
|
||||||
0.0001 0.0001
|
0.0001 0.0001
|
||||||
1E-05 1E-05
|
1.0E-5 1.0E-5
|
||||||
1E-06 1E-06
|
1.0E-6 1.0E-6
|
||||||
1E-07 1E-07
|
1.0E-7 1.0E-7
|
||||||
1E-08 1E-08
|
1.0E-8 1.0E-8
|
||||||
1E-09 1E-09
|
1.0E-9 1.0E-9
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue