php_next_utf8_char  369 ext/json/json.c 			us = php_next_utf8_char((const unsigned char *)utf8, len, &pos, &status);
php_next_utf8_char  385 ext/json/json.c 			us = php_next_utf8_char((const unsigned char *)utf8, len, &pos, &status);
php_next_utf8_char   60 ext/standard/html.h PHPAPI unsigned int php_next_utf8_char(const unsigned char *str, size_t str_len, size_t *cursor, int *status);
php_next_utf8_char  688 ext/xml/xml.c  		c = php_next_utf8_char((const unsigned char*)s, (size_t) len, &pos, &status);