mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
mb_str_split is already documented on php.net
So remove TODO comment which implies that it's not.
This commit is contained in:
@@ -1679,7 +1679,6 @@ static int mbfl_split_output(int c, void *data)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* TODO Document this function on php.net */
|
||||
PHP_FUNCTION(mb_str_split)
|
||||
{
|
||||
zend_string *str, *encoding = NULL;
|
||||
|
||||
Reference in New Issue
Block a user