Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Donigposix.h43 #define REG_NOSUB (1<<5) macro
H A Dregposix.c192 if (nmatch == 0 || (reg->comp_options & REG_NOSUB) != 0) { in regexec()
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_blacklist.c28 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE)
30 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB)
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY1962 2003/03/10: [spec] support POSIX API option REG_NOSUB.
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch3968 - rc = file_regcomp(&rx, "%[-0-9\\.]*s", REG_EXTENDED|REG_NOSUB);

Completed in 25 milliseconds