]> granicus.if.org Git - php/commitdiff
mb_str_split is already documented on php.net
authorAlex Dowad <alexinbeijing@gmail.com>
Tue, 8 Sep 2020 18:09:44 +0000 (20:09 +0200)
committerAlex Dowad <alexinbeijing@gmail.com>
Tue, 8 Sep 2020 18:09:45 +0000 (20:09 +0200)
So remove TODO comment which implies that it's not.

ext/mbstring/mbstring.c

index 8f463f64f83e4b7b5491bd5b02e575be07e2f9cc..e4d63b518813795e97df60feb8d09b4b682a4e5e 100644 (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;