php_next_utf8_char  355 json/json.c    			us = php_next_utf8_char((const unsigned char *)utf8, len, &pos, &status);
php_next_utf8_char  371 json/json.c    			us = php_next_utf8_char((const unsigned char *)utf8, len, &pos, &status);
php_next_utf8_char   60 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 xml/xml.c      		c = php_next_utf8_char((const unsigned char*)s, (size_t) len, &pos, &status);