Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_compat.h36 #define pcre_get_substring_list php_pcre_get_substring_list macro
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre.h621 PCRE_EXP_DECL int pcre_get_substring_list(const char *, int *, int,
H A Dpcre_get.c441 pcre_get_substring_list(const char *subject, int *ovector, int stringcount, in pcre_get_substring_list() function
H A DREADME720 pcre_copy_substring(), pcre_get_substring(), pcre_get_substring_list(), error
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c701 …if ((offsets[1] - offsets[0] < 0) || pcre_get_substring_list(subject, offsets, count, &stringlist)… in php_pcre_match_impl()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1641 int pcre_get_substring_list(const char *subject,
1780 pcre_get_substring_list()
3652 and pcre_get_substring_list() functions (see below). It is never
3870 int pcre_get_substring_list(const char *subject,
3885 string(). Unfortunately, the interface to pcre_get_substring_list() is
3918 The pcre_get_substring_list() function extracts all available sub-
3939 call of pcre_get_substring() or pcre_get_substring_list(), respec-

Completed in 57 milliseconds