George Peter Banyard
|
fa3b8c75fb
|
Promote unknown encoding throws in encoding array/string list
For the string list we emit still emit a warning by comparing arg_num to 0
Closes GH-5337
|
2020-04-03 10:58:46 +02:00 |
|
Nikita Popov
|
cd5a29b820
|
Properly report unknown encoding in encoding lists
And clean up the related array and list parsing code.
|
2020-03-30 14:46:59 +02:00 |
|
Fabien Villepinte
|
a555cc0b3d
|
Clean DONE tags from tests
Remove most of the `===DONE===` tags and its variations.
Keep `===DONE===` if the test output otherwise becomes empty.
Closes GH-4872.
|
2019-11-07 21:31:47 +01:00 |
|
Christoph M. Becker
|
c00f5e6531
|
Fix #76704: mb_detect_order return value varies based on argument type
php_mb_parse_encoding_list() and php_mb_parse_encoding_array() are
supposed to return SUCCESS and FAILURE, not 1 and 0, respectively.
|
2018-08-04 12:51:57 +02:00 |
|