php_mblen         276 ext/standard/exec.c 		int mb_len = php_mblen(str + x, (l - x));
php_mblen         360 ext/standard/exec.c 		int mb_len = php_mblen(str + x, (l - x));
php_mblen        1884 ext/standard/file.c 		inc_len = (*ptr == '\0' ? 1: php_mblen(ptr, len));
php_mblen        1889 ext/standard/file.c 				php_mblen(NULL, 0);
php_mblen        2119 ext/standard/file.c 	php_mblen(NULL, 0);
php_mblen        2147 ext/standard/file.c 			inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0);
php_mblen        2152 ext/standard/file.c 					php_mblen(NULL, 0);
php_mblen        2239 ext/standard/file.c 						php_mblen(NULL, 0);
php_mblen        2294 ext/standard/file.c 				inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0);
php_mblen        2307 ext/standard/file.c 						php_mblen(NULL, 0);
php_mblen        2318 ext/standard/file.c 				inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0);
php_mblen        2338 ext/standard/file.c 						php_mblen(NULL, 0);
php_mblen        2349 ext/standard/file.c 				inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0);
php_mblen        1366 ext/standard/string.c 		inc_len = (*c == '\0' ? 1: php_mblen(c, cnt));
php_mblen        1372 ext/standard/string.c 				php_mblen(NULL, 0);