max_chars 3236 ext/pcre/pcrelib/pcre_jit_compile.c static int scan_prefix(compiler_common *common, pcre_uchar *cc, pcre_uint32 *chars, pcre_uint8 *bytes, int max_chars, pcre_uint32 *rec_count) max_chars 3323 ext/pcre/pcrelib/pcre_jit_compile.c max_chars = scan_prefix(common, cc + len, chars, bytes, max_chars, rec_count); max_chars 3324 ext/pcre/pcrelib/pcre_jit_compile.c if (max_chars == 0) max_chars 3346 ext/pcre/pcrelib/pcre_jit_compile.c max_chars = scan_prefix(common, alternative + 1 + LINK_SIZE, chars, bytes, max_chars, rec_count); max_chars 3347 ext/pcre/pcrelib/pcre_jit_compile.c if (max_chars == 0) max_chars 3475 ext/pcre/pcrelib/pcre_jit_compile.c if (--max_chars == 0) max_chars 3551 ext/pcre/pcrelib/pcre_jit_compile.c if (--max_chars == 0) max_chars 4201 ext/standard/string.c zend_long max_chars=0; max_chars 4206 ext/standard/string.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &str, &str_len, &max_chars) == FAILURE) { max_chars 4302 ext/standard/string.c while ((!max_chars || (max_chars > 0 && char_count < max_chars)) && begin > 0) { max_chars 4313 ext/standard/string.c if (max_chars >= 0 && char_count == max_chars) { /* try to avoid breaking words */