Skip to content

Fix localeconv() function description - #5707

Merged
kamil-tekiela merged 1 commit into
php:masterfrom
kamil-tekiela:localeconv
Jul 30, 2026
Merged

Fix localeconv() function description#5707
kamil-tekiela merged 1 commit into
php:masterfrom
kamil-tekiela:localeconv

Conversation

@kamil-tekiela

Copy link
Copy Markdown
Member

Fixes #5666

@kamil-tekiela kamil-tekiela linked an issue Jul 24, 2026 that may be closed by this pull request
<entry>n_cs_precedes</entry>
<entry>
&true; if currency_symbol precedes a negative value, &false;
1 if currency_symbol precedes a negative value, 0;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ; is a left over from &false; I think.

Comment thread reference/strings/functions/localeconv.xml Outdated
@kamil-tekiela
kamil-tekiela merged commit 92367ae into php:master Jul 30, 2026
2 checks passed
@kamil-tekiela
kamil-tekiela deleted the localeconv branch July 30, 2026 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

localconv: parameters documented as bool while example shows int

2 participants