php-src/ext/intl/msgformat
Christoph M. Becker f5d9e7c031
Fix GH-8364: msgfmt_format $values may not support references
We need to deref any references passed in the `$values` array.  While
we could handle this in the type switch, doing it right away in the
foreach loop makes that more explicit, and also circumvents the missing
range checks for integers which are not passed as int or double.

Closes GH-8407.
2022-04-24 12:43:08 +02:00
..
msgformat.c Merge branch 'PHP-7.4' into PHP-8.0 2020-10-12 16:44:18 +02:00
msgformat.stub.php Improve parameter names in ext/intl 2020-10-12 18:06:45 +02:00
msgformat_arginfo.h Improve parameter names in ext/intl 2020-10-12 18:06:45 +02:00
msgformat_attr.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
msgformat_class.c Fixed bug #81019 2021-05-17 16:33:35 +02:00
msgformat_class.h Throw exception for unconstructed intl objects 2020-01-05 23:55:14 +01:00
msgformat_data.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
msgformat_data.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
msgformat_format.c Merge branch 'PHP-7.4' into PHP-8.0 2020-10-12 16:44:18 +02:00
msgformat_helpers.cpp Fix GH-8364: msgfmt_format $values may not support references 2022-04-24 12:43:08 +02:00
msgformat_helpers.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
msgformat_parse.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00