Home
last modified time | relevance | path

Searched refs:pp (Results 1 – 25 of 49) sorted by relevance

12

/PHP-7.1/ext/standard/
H A Dversioning.c106 special_forms_t *pp; in compare_special_version_forms() local
108 for (pp = special_forms; pp && pp->name; pp++) { in compare_special_version_forms()
109 if (strncmp(form1, pp->name, strlen(pp->name)) == 0) { in compare_special_version_forms()
110 found1 = pp->order; in compare_special_version_forms()
114 for (pp = special_forms; pp && pp->name; pp++) { in compare_special_version_forms()
115 if (strncmp(form2, pp->name, strlen(pp->name)) == 0) { in compare_special_version_forms()
116 found2 = pp->order; in compare_special_version_forms()
H A Durl.c101 char const *s, *e, *p, *pp, *ue; in php_url_parse_ex() local
179 pp = p; in php_url_parse_ex()
181 while (pp < ue && pp - p < 6 && isdigit(*pp)) { in php_url_parse_ex()
182 pp++; in php_url_parse_ex()
185 if (pp - p > 0 && pp - p < 6 && (pp == ue || *pp == '/')) { in php_url_parse_ex()
187 memcpy(port_buf, p, (pp - p)); in php_url_parse_ex()
188 port_buf[pp - p] = '\0'; in php_url_parse_ex()
200 } else if (p == pp && pp == ue) { in php_url_parse_ex()
231 ret->user = estrndup(s, (pp-s)); in php_url_parse_ex()
234 pp++; in php_url_parse_ex()
[all …]
/PHP-7.1/ext/mbstring/oniguruma/enc/
H A Diso8859_10.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
110 const UChar* p = *pp; in mbc_case_fold()
115 (*pp)++; in mbc_case_fold()
120 (*pp)++; in mbc_case_fold()
126 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
129 const UChar* p = *pp;
132 (*pp)++;
136 (*pp)++;
H A Diso8859_13.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
110 const UChar* p = *pp; in mbc_case_fold()
115 (*pp)++; in mbc_case_fold()
120 (*pp)++; in mbc_case_fold()
126 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
129 const UChar* p = *pp;
132 (*pp)++;
136 (*pp)++;
H A Diso8859_14.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
110 const UChar* p = *pp; in mbc_case_fold()
115 (*pp)++; in mbc_case_fold()
120 (*pp)++; in mbc_case_fold()
127 const UChar** pp, const UChar* end)
130 const UChar* p = *pp;
133 (*pp)++;
137 (*pp)++;
H A Diso8859_15.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
110 const UChar* p = *pp; in mbc_case_fold()
115 (*pp)++; in mbc_case_fold()
120 (*pp)++; in mbc_case_fold()
127 const UChar** pp, const UChar* end)
130 const UChar* p = *pp;
133 (*pp)++;
137 (*pp)++;
H A Diso8859_16.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
110 const UChar* p = *pp; in mbc_case_fold()
115 (*pp)++; in mbc_case_fold()
120 (*pp)++; in mbc_case_fold()
126 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
129 const UChar* p = *pp;
132 (*pp)++;
136 (*pp)++;
H A Diso8859_2.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
110 const UChar* p = *pp; in mbc_case_fold()
115 (*pp)++; in mbc_case_fold()
120 (*pp)++; in mbc_case_fold()
126 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
129 const UChar* p = *pp;
132 (*pp)++;
136 (*pp)++;
H A Diso8859_3.c107 mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, in mbc_case_fold() argument
110 const UChar* p = *pp; in mbc_case_fold()
115 (*pp)++; in mbc_case_fold()
120 (*pp)++; in mbc_case_fold()
126 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
129 const UChar* p = *pp;
132 (*pp)++;
136 (*pp)++;
H A Diso8859_4.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
110 const UChar* p = *pp; in mbc_case_fold()
115 (*pp)++; in mbc_case_fold()
120 (*pp)++; in mbc_case_fold()
126 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
129 const UChar* p = *pp;
132 (*pp)++;
136 (*pp)++;
H A Diso8859_9.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
110 const UChar* p = *pp; in mbc_case_fold()
115 (*pp)++; in mbc_case_fold()
120 (*pp)++; in mbc_case_fold()
126 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
129 const UChar* p = *pp;
132 (*pp)++;
136 (*pp)++;
H A Diso8859_5.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
110 const UChar* p = *pp; in mbc_case_fold()
113 (*pp)++; in mbc_case_fold()
119 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
122 const UChar* p = *pp;
124 (*pp)++;
H A Dkoi8_r.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in koi8_r_mbc_case_fold() argument
110 const UChar* p = *pp; in koi8_r_mbc_case_fold()
113 (*pp)++; in koi8_r_mbc_case_fold()
119 koi8_r_is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
122 const UChar* p = *pp;
124 (*pp)++;
H A Diso8859_7.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
110 const UChar* p = *pp; in mbc_case_fold()
113 (*pp)++; in mbc_case_fold()
120 const UChar** pp, const UChar* end)
123 const UChar* p = *pp;
125 (*pp)++;
H A Dkoi8.c109 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in koi8_mbc_case_fold() argument
111 const UChar* p = *pp; in koi8_mbc_case_fold()
114 (*pp)++; in koi8_mbc_case_fold()
120 koi8_is_mbc_ambiguous(OnigAmbigType flag, const OnigUChar** pp, const OnigUChar* end)
122 const OnigUChar* p = *pp;
124 (*pp)++;
H A Dutf32_be.c87 const UChar** pp, const UChar* end, UChar* fold) in utf32be_mbc_case_fold() argument
89 const UChar* p = *pp; in utf32be_mbc_case_fold()
100 (*pp) += 4; in utf32be_mbc_case_fold()
108 *pp += 4; in utf32be_mbc_case_fold()
112 return onigenc_unicode_mbc_case_fold(ONIG_ENCODING_UTF32_BE, flag, pp, end, in utf32be_mbc_case_fold()
118 utf32be_is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
120 const UChar* p = *pp;
122 (*pp) += 4;
H A Dutf16_be.c126 const UChar** pp, const UChar* end, UChar* fold) in utf16be_mbc_case_fold() argument
128 const UChar* p = *pp; in utf16be_mbc_case_fold()
137 (*pp) += 2; in utf16be_mbc_case_fold()
145 *pp += 2; in utf16be_mbc_case_fold()
150 pp, end, fold); in utf16be_mbc_case_fold()
155 utf16be_is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
157 const UChar* p = *pp;
159 (*pp) += EncLen_UTF16[*p];
H A Dutf16_le.c128 const UChar** pp, const UChar* end, UChar* fold) in utf16le_mbc_case_fold() argument
130 const UChar* p = *pp; in utf16le_mbc_case_fold()
138 (*pp) += 2; in utf16le_mbc_case_fold()
146 *pp += 2; in utf16le_mbc_case_fold()
150 return onigenc_unicode_mbc_case_fold(ONIG_ENCODING_UTF16_LE, flag, pp, end, in utf16le_mbc_case_fold()
156 utf16le_is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp,
159 const UChar* p = *pp;
161 (*pp) += EncLen_UTF16[*(p+1)];
H A Dutf32_le.c87 const UChar** pp, const UChar* end, UChar* fold) in utf32le_mbc_case_fold() argument
89 const UChar* p = *pp; in utf32le_mbc_case_fold()
109 *pp += 4; in utf32le_mbc_case_fold()
113 return onigenc_unicode_mbc_case_fold(ONIG_ENCODING_UTF32_LE, flag, pp, end, in utf32le_mbc_case_fold()
119 utf32le_is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
121 const UChar* p = *pp;
123 (*pp) += 4;
H A Diso8859_1.c202 mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, in mbc_case_fold() argument
205 const UChar* p = *pp; in mbc_case_fold()
210 (*pp)++; in mbc_case_fold()
215 (*pp)++; in mbc_case_fold()
222 const UChar** pp, const UChar* end)
225 const UChar* p = *pp;
228 (*pp)++;
232 (*pp)++;
H A Dutf8.c197 mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, in mbc_case_fold() argument
200 const UChar* p = *pp; in mbc_case_fold()
208 (*pp)++; in mbc_case_fold()
215 (*pp)++; in mbc_case_fold()
220 pp, end, fold); in mbc_case_fold()
226 is_mbc_ambiguous(OnigCaseFoldType flag, const UChar** pp, const UChar* end)
228 const UChar* p = *pp;
231 (*pp)++;
235 (*pp) += enclen(ONIG_ENCODING_UTF8, p);
H A Dbig5.c70 big5_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in big5_mbc_case_fold() argument
74 pp, end, lower); in big5_mbc_case_fold()
80 const UChar** pp, const UChar* end)
82 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_BIG5, flag, pp, end);
H A Deuc_kr.c70 euckr_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in euckr_mbc_case_fold() argument
74 pp, end, lower); in euckr_mbc_case_fold()
80 const UChar** pp, const UChar* end)
82 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_EUC_KR, flag, pp, end);
/PHP-7.1/ext/fileinfo/libmagic/
H A Dprint.c79 char *pp; in file_fmttime() local
94 pp = ctime_r(&t, buf); in file_fmttime()
116 pp = asctime_r(tm, buf); in file_fmttime()
120 pp = asctime_r(tm, buf); in file_fmttime()
122 if (pp == NULL) in file_fmttime()
124 pp[strcspn(pp, "\n")] = '\0'; in file_fmttime()
125 return pp; in file_fmttime()
/PHP-7.1/tests/classes/
H A D__set_data_corrupt.phpt10 public $pp = array('t'=>null);
17 return $this->pp[$prop];
22 $this->pp[$prop] = '';

Completed in 60 milliseconds

12