Home
last modified time | relevance | path

Searched refs:re_options (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/ext/standard/
H A Dbrowscap.c580 uint32_t re_options, capture_count; in browser_reg_compare() local
623 re = pcre_get_compiled_regex(regex, &capture_count, &re_options); in browser_reg_compare()
636 …rc = pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(agent_name), ZSTR_LEN(agent_name), 0, re_options, match_… in browser_reg_compare()

Completed in 9 milliseconds