#35893 closed defect (bug) (fixed)
number_format_i18n() inline documentation wrongly identifies first param as int
Reported by: | salcode | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | Formatting | Keywords: | has-patch commit |
Focuses: | docs | Cc: |
Description
The first parameter of function number_format_i18n()
is erroneously identified as an int
in the inline documentation.
Inside number_format_i18n()
the value is passed to the PHP native function number_format()
which takes a float
as the first parameter (see http://php.net/manual/en/function.number-format.php).
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
In 36644: