Skip to content

Commit 730b952

Browse files
zonuexeondrejmirtes
authored andcommitted
mb_check_encoding() accepts array<string> in PHP 7.2+
1 parent 8b1110b commit 730b952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6310,7 +6310,7 @@
63106310
'maxdb_thread_safe' => ['bool'],
63116311
'maxdb_use_result' => ['resource', 'link'=>''],
63126312
'maxdb_warning_count' => ['int', 'link'=>'resource'],
6313-
'mb_check_encoding' => ['bool', 'var='=>'string', 'encoding='=>'string'],
6313+
'mb_check_encoding' => ['bool', 'var='=>'string|array<string>', 'encoding='=>'string'],
63146314
'mb_chr' => ['string|false', 'cp'=>'int', 'encoding='=>'string'],
63156315
'mb_convert_case' => ['string', 'sourcestring'=>'string', 'mode'=>'int', 'encoding='=>'string'],
63166316
'mb_convert_encoding' => ['string|array<int, string>|false', 'val'=>'string|array<int, string>', 'to_encoding'=>'string', 'from_encoding='=>'mixed'],

0 commit comments

Comments
 (0)