Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcreposix.h137 PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
H A Dpcreposix.c323 regexec(const regex_t *preg, const char *string, size_t nmatch, in regexec() function
H A DChangeLog50 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 Donigposix.h155 ONIG_EXTERN int regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, i…
H A Dregposix.c166 regexec(regex_t* reg, const char* str, size_t nmatch, in regexec() function
/PHP-7.2/ext/mbstring/oniguruma/
H A DREADME.ja130 regexec.c �������ȹ�ؿ�
H A DHISTORY492 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 DREADME124 regexec.c search and match functions
H A DREADME.md163 |regexec.c |search and match functions |
/PHP-7.2/ext/mbstring/
H A Dconfig.w3295 …_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 Dconfig.m4147 oniguruma/src/regexec.c
/PHP-7.2/ext/pcre/tests/
H A D005.phpt26 /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 Dlibmagic.patch2255 - return regexec(&rx->rx, str, nmatch, pmatch, eflags);
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt9570 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 Dmagic350 # Fixed to avoid regexec 17 errors on some dex files
H A Dmagic私はガラスを食べられます350 # Fixed to avoid regexec 17 errors on some dex files

Completed in 164 milliseconds