Searched refs:regexec (Results 1 – 16 of 16) sorted by relevance
/PHP-7.2/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 | 323 regexec(const regex_t *preg, const char *string, size_t nmatch, in regexec() function
|
H A D | ChangeLog | 50 13. Fix returned offsets from regexec() when REG_STARTEND is used with a 115 4. The POSIX wrapper function regexec() crashed if the option REG_STARTEND 2529 17. If a caller to the POSIX matching function regexec() passes a non-zero 2843 matching function regexec(). 4120 9. In the POSIX regexec() interface, if nmatch is specified as a ridiculously 4128 with this option is matched, the nmatch and pmatch options of regexec() are 4815 3. The first argument for regexec() in the POSIX wrapper should have been 5618 3. Typo on pcretest.c; a cast of (unsigned char *) in the POSIX regexec() call
|
/PHP-7.2/ext/mbstring/oniguruma/src/ |
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
|
/PHP-7.2/ext/mbstring/oniguruma/ |
H A D | README.ja | 130 regexec.c �������ȹ�ؿ�
|
H A D | HISTORY | 492 segmentation fault in regexec(). (POSIX API) 959 2004/11/09: [impl] type cast in regexec() for remove compile time warning. 1047 2004/07/24: [bug] fix warnings for regexec.c. (gcc 2.91.66) 1107 fix nmatch argument of regexec() is smaller than 1919 2003/01/31: [tune] don't use strlen() in regexec() and regcomp(). 1921 2003/01/31: [bug] STRING_CMP() in regexec.c was wrong in ignore-case. 1923 change SBTRANSCMP() in regexec.c. 1938 2003/01/22: [bug] POSIX API regexec() was not thread safe. 1942 speed up regexec(). 1955 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 | README.md | 163 |regexec.c |search and match functions |
|
/PHP-7.2/ext/mbstring/ |
H A D | config.w32 | 95 …_9.c koi8.c koi8_r.c mktable.c onig_init.c regcomp.c regenc.c regerror.c regexec.c regext.c reggnu…
|
H A D | config.m4 | 147 oniguruma/src/regexec.c
|
/PHP-7.2/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.2/ext/fileinfo/ |
H A D | libmagic.patch | 2255 - return regexec(&rx->rx, str, nmatch, pmatch, eflags);
|
/PHP-7.2/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 9570 int regexec(regex_t *preg, const char *string, 9654 tern that is compiled with this flag is passed to regexec() for match- 9693 regexec(), the result is undefined and your program is likely to crash. 9733 The function regexec() is called to match a compiled pattern preg 9768 regexec() are ignored. 9791 or regexec() to a printable message. If preg is not NULL, the error
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 350 # Fixed to avoid regexec 17 errors on some dex files
|
H A D | magic私はガラスを食べられます | 350 # Fixed to avoid regexec 17 errors on some dex files
|
Completed in 179 milliseconds