Searched refs:regexec (Results 1 – 18 of 18) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcreposix.h | 137 PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
|
H A D | pcreposix.c | 320 regexec(const regex_t *preg, const char *string, size_t nmatch, in regexec() function
|
H A D | ChangeLog | 2343 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-7.0/ext/mbstring/oniguruma/win32/ |
H A D | Makefile | 33 regexec.obj regenc.obj regsyntax.obj regtrav.obj \ 58 onigsources = regerror.c regparse.c regext.c regcomp.c regexec.c regenc.c \ 101 regexec.obj: regexec.c regint.h regenc.h oniguruma.h config.h 180 $(CP) regexec.c $(RUBYDIR)
|
H A D | testc.c | 51 r = regexec(®, str, reg.re_nsub + 1, pmatch, 0); in xx()
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | onigposix.h | 155 ONIG_EXTERN int regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, i…
|
H A D | regposix.c | 166 regexec(regex_t* reg, const char* str, size_t nmatch, in regexec() function
|
H A D | README.ja | 130 regexec.c �������ȹ�ؿ�
|
H A D | HISTORY | 404 segmentation fault in regexec(). (POSIX API) 871 2004/11/09: [impl] type cast in regexec() for remove compile time warning. 959 2004/07/24: [bug] fix warnings for regexec.c. (gcc 2.91.66) 1019 fix nmatch argument of regexec() is smaller than 1831 2003/01/31: [tune] don't use strlen() in regexec() and regcomp(). 1833 2003/01/31: [bug] STRING_CMP() in regexec.c was wrong in ignore-case. 1835 change SBTRANSCMP() in regexec.c. 1850 2003/01/22: [bug] POSIX API regexec() was not thread safe. 1854 speed up regexec(). 1867 2003/01/16: [impl] rewrite POSIX API regexec() for speed up. [all …]
|
H A D | README | 124 regexec.c search and match functions
|
H A D | testc.c | 51 r = regexec(®, str, reg.re_nsub + 1, pmatch, 0); in xx()
|
H A D | testu.c | 79 r = regexec(®, str, reg.re_nsub + 1, pmatch, 0); in xx()
|
/PHP-7.0/ext/mbstring/ |
H A D | config.w32 | 88 regenc.c regexec.c reggnu.c regparse.c regposerr.c \
|
H A D | config.m4 | 123 oniguruma/regexec.c
|
/PHP-7.0/ext/pcre/tests/ |
H A D | 005.phpt | 26 /p2/var/php_gcov/PHP_4_4/regex/regexec.c:19: warning: `nope' defined but not used 217 [0] => /p2/var/php_gcov/PHP_4_4/regex/regexec.c:19: warning: `nope' defined but not used 222 [5] => /p2/var/php_gcov/PHP_4_4/regex/regexec.c
|
/PHP-7.0/ext/fileinfo/ |
H A D | libmagic.patch | 2304 - return regexec(&rx->rx, str, nmatch, pmatch, eflags);
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 9523 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
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 352 # Fixed to avoid regexec 17 errors on some dex files
|
Completed in 91 milliseconds