Home
last modified time | relevance | path

Searched refs:regexec (Results 26 – 33 of 33) sorted by relevance

12

/PHP-5.5/ext/mbstring/
H A Dconfig.m4123 oniguruma/regexec.c
H A Dmbstring.dsp946 SOURCE=.\oniguruma\regexec.c
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2189 - while (regexec(&rx, ms->o.buf, 1, &rm, 0) == 0) {
2976 - rc = regexec(&rx, m->desc, 0, 0, 0);
3399 - rc = regexec(&rx, (const char *)ms->search.s,
3556 - file_magerror(ms, "regexec error %d, (%s)",
/PHP-5.5/win32/
H A Dphp5dll.dsp732 SOURCE=..\regex\regexec.c
H A Dphp5dllts.dsp676 SOURCE=..\regex\regexec.c
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog2343 17. If a caller to the POSIX matching function regexec() passes a non-zero
2657 matching function regexec().
3934 9. In the POSIX regexec() interface, if nmatch is specified as a ridiculously
3942 with this option is matched, the nmatch and pmatch options of regexec() are
4629 3. The first argument for regexec() in the POSIX wrapper should have been
5432 3. Typo on pcretest.c; a cast of (unsigned char *) in the POSIX regexec() call
/PHP-5.5/ext/pgsql/
H A Dpgsql.c5362 regerr = regexec(&re, str, re.re_nsub+1, subs, 0);
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt9523 int regexec(regex_t *preg, const char *string,
9607 tern that is compiled with this flag is passed to regexec() for match-
9646 regexec(), the result is undefined and your program is likely to crash.
9686 The function regexec() is called to match a compiled pattern preg
9721 regexec() are ignored.
9744 or regexec() to a printable message. If preg is not NULL, the error

Completed in 139 milliseconds

12