php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #81184 ICU has no default value support
Submitted: 2021-06-21 09:59 UTC Modified: 2021-06-21 11:15 UTC
From: f dot hazard at sowapps dot com Assigned: cmb (profile)
Status: Duplicate Package: intl (PECL)
PHP Version: 7.4.20 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
28 - 6 = ?
Subscribe to this entry?

 
 [2021-06-21 09:59 UTC] f dot hazard at sowapps dot com
Description:
------------
---
From manual page: https://php.net/messageformatter.formatmessage
---
For now, there is now way to define a default value. Please consider adding a way to specify the default value of a variable in pattern string.



Test script:
---------------
<?php
echo msgfmt_format_message('fr_FR', '{distance, plural, =0{Here}other{# km}undefined{No distance}}', []);
?>

Expected result:
----------------
Show "No distance" for example

Actual result:
--------------
{distance}

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-06-21 11:15 UTC] cmb@php.net
-Status: Open +Status: Duplicate -Package: *Languages/Translation +Package: intl -Assigned To: +Assigned To: cmb
 [2021-06-21 11:15 UTC] cmb@php.net
Duplicate of request #79219.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 12:01:27 2024 UTC