Searched refs:re_options (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/standard/ |
H A D | browscap.c | 376 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.3/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 326 int re_options; in check_fmt() local 334 if ((pce = pcre_get_compiled_regex("~%[-0-9.]*s~", &re_extra, &re_options TSRMLS_CC)) == NULL) { in check_fmt() 337 return !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0); in check_fmt()
|
/PHP-5.3/ext/fileinfo/ |
H A D | libmagic.patch | 2819 + int re_options; 2833 + if ((pce = pcre_get_compiled_regex("~%[-0-9.]*s~", &re_extra, &re_options TSRMLS_CC)) == NULL) { 2839 + return !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0);
|
Completed in 19 milliseconds