Home
last modified time | relevance | path

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

/PHP-5.3/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.h585 PCRE_EXP_DECL int pcre_get_stringnumber(const pcre *, const char *);
/PHP-5.3/main/
H A Dphp_compat.h48 #define pcre_get_stringnumber php_pcre_get_stringnumber macro
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1587 int pcre_get_stringnumber(const pcre *code,
1736 pcre_get_stringnumber()
3784 int pcre_get_stringnumber(const pcre *code,
3804 name by calling pcre_get_stringnumber(). The first argument is the com-
3824 These functions call pcre_get_stringnumber(), and if it succeeds, they
3856 (-7) is returned; no data is returned. The pcre_get_stringnumber()

Completed in 29 milliseconds