Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_get.c85 if (top <= 0) return PCRE_ERROR_NOSUBSTRING; in pcre_get_stringnumber()
95 if (top <= 0) return PCRE_ERROR_NOSUBSTRING; in pcre_get_stringnumber()
105 if (top <= 0) return PCRE_ERROR_NOSUBSTRING; in pcre_get_stringnumber()
124 return PCRE_ERROR_NOSUBSTRING; in pcre_get_stringnumber()
168 if (top <= 0) return PCRE_ERROR_NOSUBSTRING; in pcre_get_stringtable_entries()
178 if (top <= 0) return PCRE_ERROR_NOSUBSTRING; in pcre_get_stringtable_entries()
188 if (top <= 0) return PCRE_ERROR_NOSUBSTRING; in pcre_get_stringtable_entries()
235 return PCRE_ERROR_NOSUBSTRING; in pcre_get_stringtable_entries()
347 return PCRE_ERROR_NOSUBSTRING; in pcre_copy_substring()
557 return PCRE_ERROR_NOSUBSTRING; in pcre_get_substring()
H A Dpcre.h182 #define PCRE_ERROR_NOSUBSTRING (-7) macro
H A DChangeLog3048 functions return PCRE_ERROR_NOSUBSTRING (7); the doc said they returned an
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt3649 PCRE_ERROR_NOSUBSTRING (-7)
3914 PCRE_ERROR_NOSUBSTRING (-7)
3972 the subpattern number, or PCRE_ERROR_NOSUBSTRING (-7) if there is no
4021 the given name that is set. If none are set, PCRE_ERROR_NOSUBSTRING
4032 returns the length of each entry, or PCRE_ERROR_NOSUBSTRING (-7) if

Completed in 57 milliseconds