Searched refs:copts (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/ereg/ |
H A D | ereg.c | 299 int copts = 0; in php_ereg() local 310 copts |= REG_ICASE; in php_ereg() 314 copts |= REG_NOSUB; in php_ereg() 327 err = regcomp(&re, Z_STRVAL_PP(regex), copts); in php_ereg() 414 int err, copts = 0; in php_ereg_replace() local 419 copts = REG_ICASE; in php_ereg_replace() 422 copts |= REG_EXTENDED; in php_ereg_replace() 425 err = regcomp(&re, pattern, copts); in php_ereg_replace() 636 int err, size, copts = 0; in php_split() local 643 copts = REG_ICASE; in php_split() [all …]
|
/PHP-5.3/ext/ereg/regex/ |
H A D | main.c | 15 int copts = REG_EXTENDED; variable 48 copts = options('c', optarg); 78 err = regcomp(&re, argv[optind++], copts); 103 if (!(copts®_NOSUB)) { 320 register int o = (type == 'c') ? copts : eopts;
|
Completed in 15 milliseconds