Home
last modified time | relevance | path

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

/PHP-5.5/ext/ereg/regex/
H A Dmain.c16 int eopts = 0; variable
51 eopts = options('e', optarg);
92 if (eopts&REG_STARTEND) {
96 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts);
320 register int o = (type == 'c') ? copts : eopts;

Completed in 7 milliseconds