Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dbrowscap.c380 int re_options; in browser_reg_compare() local
400 re = pcre_get_compiled_regex(Z_STRVAL_PP(browser_regex), &re_extra, &re_options TSRMLS_CC); in browser_reg_compare()
405 …if (pcre_exec(re, re_extra, lookup_browser_name, lookup_browser_length, 0, re_options, NULL, 0) ==… in browser_reg_compare()
/PHP-5.6/ext/fileinfo/libmagic/
H A Dsoftmagic.c360 int re_options, rv = -1; in check_fmt() local
368 if ((pce = pcre_get_compiled_regex("~%[-0-9.]*s~", &re_extra, &re_options TSRMLS_CC)) == NULL) { in check_fmt()
371 rv = !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0); in check_fmt()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch3053 + int re_options, rv = -1;
3066 + if ((pce = pcre_get_compiled_regex("~%[-0-9.]*s~", &re_extra, &re_options TSRMLS_CC)) == NULL) {
3072 + rv = !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0);

Completed in 47 milliseconds