Home
last modified time | relevance | path

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

/PHP-5.5/ext/ereg/regex/
H A Dmain.c224 char f0copy[1000]; local
227 strcpy(f0copy, f0);
228 re.re_endp = (opts&REG_PEND) ? f0copy + strlen(f0copy) : NULL;
229 fixstr(f0copy);
230 err = regcomp(&re, f0copy, opts);

Completed in 7 milliseconds