Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dbrowscap.c376 int re_options; in browser_reg_compare() local
396 re = pcre_get_compiled_regex(Z_STRVAL_PP(browser_regex), &re_extra, &re_options TSRMLS_CC); in browser_reg_compare()
401 …if (pcre_exec(re, re_extra, lookup_browser_name, lookup_browser_length, 0, re_options, NULL, 0) ==… in browser_reg_compare()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c346 int re_options; in check_fmt() local
354 if ((pce = pcre_get_compiled_regex("~%[-0-9.]*s~", &re_extra, &re_options TSRMLS_CC)) == NULL) { in check_fmt()
357 return !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0); in check_fmt()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2959 + int re_options;
2973 + if ((pce = pcre_get_compiled_regex("~%[-0-9.]*s~", &re_extra, &re_options TSRMLS_CC)) == NULL) {
2979 + return !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0);

Completed in 21 milliseconds