php_mblen 253 standard/exec.c int mb_len = php_mblen(str + x, (l - x)); php_mblen 349 standard/exec.c int mb_len = php_mblen(str + x, (l - x)); php_mblen 1765 standard/file.c inc_len = (*ptr == '\0' ? 1: php_mblen(ptr, len)); php_mblen 1770 standard/file.c php_ignore_value(php_mblen(NULL, 0)); php_mblen 2026 standard/file.c php_ignore_value(php_mblen(NULL, 0)); php_mblen 2052 standard/file.c inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); php_mblen 2141 standard/file.c php_ignore_value(php_mblen(NULL, 0)); php_mblen 2196 standard/file.c inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); php_mblen 2209 standard/file.c php_ignore_value(php_mblen(NULL, 0)); php_mblen 2220 standard/file.c inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); php_mblen 2240 standard/file.c php_ignore_value(php_mblen(NULL, 0)); php_mblen 2251 standard/file.c inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); php_mblen 1418 standard/string.c inc_len = (*c == '\0' ? 1: php_mblen(c, cnt)); php_mblen 1424 standard/string.c php_ignore_value(php_mblen(NULL, 0));