Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregposix.c190 if ((posix_options & REG_NOTEOL) != 0) options |= ONIG_OPTION_NOTEOL; in regexec()
H A Doniguruma.h383 #define ONIG_OPTION_NOTEOL (ONIG_OPTION_NOTBOL << 1) macro
384 #define ONIG_OPTION_POSIX_REGION (ONIG_OPTION_NOTEOL << 1)
H A Dregint.h301 #define IS_NOTEOL(option) ((option) & ONIG_OPTION_NOTEOL)
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DAPI323 ONIG_OPTION_NOTEOL string end (end) isn't considered as end of line
358 ONIG_OPTION_NOTEOL string end (end) isn't considered as end of line
492 ONIG_OPTION_NOTEOL string end (end) isn't considered as end of line
521 ONIG_OPTION_NOTEOL string end (end) isn't considered as end of line

Completed in 25 milliseconds