mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
fix #36392 in Unicode mode
This commit is contained in:
parent
b3f563ac99
commit
ebfd8e9bf2
1 changed files with 0 additions and 3 deletions
|
@ -482,9 +482,6 @@ php_u_sprintf_appenddouble(UChar **buffer, int *pos,
|
||||||
|
|
||||||
switch (fmt) {
|
switch (fmt) {
|
||||||
case 0x65 /* 'e' */:
|
case 0x65 /* 'e' */:
|
||||||
if (precision) {
|
|
||||||
precision--;
|
|
||||||
}
|
|
||||||
case 0x45 /* 'E' */:
|
case 0x45 /* 'E' */:
|
||||||
case 0x46 /* 'F' */:
|
case 0x46 /* 'F' */:
|
||||||
case 0x66 /* 'f' */:
|
case 0x66 /* 'f' */:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue