utf8_lead 124 ext/standard/html.c MB_FAILURE(pos, utf8_lead(str[pos + 1]) ? 1 : 2); utf8_lead 136 ext/standard/html.c if (avail < 2 || utf8_lead(str[pos + 1])) utf8_lead 138 ext/standard/html.c else if (avail < 3 || utf8_lead(str[pos + 2])) utf8_lead 157 ext/standard/html.c if (avail < 2 || utf8_lead(str[pos + 1])) utf8_lead 159 ext/standard/html.c else if (avail < 3 || utf8_lead(str[pos + 2])) utf8_lead 161 ext/standard/html.c else if (avail < 4 || utf8_lead(str[pos + 3]))