Home
last modified time | relevance | path

Searched refs:pcre_get_stringnumber (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_get.c70 pcre_get_stringnumber(const pcre *code, const char *stringname) in pcre_get_stringnumber() function
283 return pcre_get_stringnumber(code, stringname); in get_first_set()
H A Dpcre.h606 PCRE_EXP_DECL int pcre_get_stringnumber(const pcre *, const char *);
/PHP-5.5/main/
H A Dphp_compat.h48 #define pcre_get_stringnumber php_pcre_get_stringnumber macro
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1631 int pcre_get_stringnumber(const pcre *code,
1781 pcre_get_stringnumber()
3950 int pcre_get_stringnumber(const pcre *code,
3970 name by calling pcre_get_stringnumber(). The first argument is the com-
3990 These functions call pcre_get_stringnumber(), and if it succeeds, they
4022 (-7) is returned; no data is returned. The pcre_get_stringnumber()

Completed in 70 milliseconds