1
0
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:
Alex Dowad
2020-09-08 20:09:44 +02:00
parent b106463d37
commit 5b78d76ec8
-1
View File
@@ -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;