Home
last modified time | relevance | path

Searched refs:eb (Results 1 – 13 of 13) sorted by relevance

/PHP-8.1/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt256 cb => eb
288 eb => eb
H A Dstrtoupper1-win32.phpt289 eb => cb
H A Dhtml_entity_decode_iso8859-15.phpt343 LATIN SMALL LETTER E WITH DIAERESIS: ë => eb
344 ë => eb
H A Dhtml_entity_decode_macroman.phpt392 Î => eb
478 LATIN CAPITAL LETTER I WITH CIRCUMFLEX: Î => eb
H A Dhtml_entity_decode_iso8859-5.phpt343 CYRILLIC SMALL LETTER YERU: ы => eb
H A Dhtml_entity_decode_win1251.phpt475 CYRILLIC SMALL LETTER EL: л => eb
H A Dhtml_entity_decode_cp866.phpt471 CYRILLIC SMALL LETTER YERU: ы => eb
H A Dhtml_entity_decode_koi8-r.phpt471 CYRILLIC CAPITAL LETTER KA: К => eb
/PHP-8.1/win32/
H A Dglob.c365 Char *b, *eb; local
371 eb = &patbuf[patbuf_len - 1];
373 h < (char *)eb && *p && *p != SLASH; *h++ = (char) *p++)
379 if (h == (char *)eb)
413 for (b = patbuf; b < eb && *h; *b++ = *h++)
417 while (b < eb && (*b++ = *p++) != EOS)
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf.c1142 if (b + l + sizeof(cep->f) > eb) { \
1155 const char *nb, *eb = b + ss * sst->sst_len; in cdf_unpack_catalog() local
1167 if (b > eb) in cdf_unpack_catalog()
1202 if (nb > eb) { in cdf_unpack_catalog()
H A Dsoftmagic.c1928 const unsigned char *eb = b + (ws ? maxlen : len); in file_strncmp() local
1943 if (b >= eb) { in file_strncmp()
1965 while (EXPECTED(_i++ < 2048) && b < eb && isspace(*b)) in file_strncmp()
1976 while (b < eb && isspace(*b)) in file_strncmp()
/PHP-8.1/ext/hash/tests/
H A Dfnv1a32.phpt276 array( '"] 4JFTK>PAXMi[e#*S0sPGjCUIsHk=JI=^td4A#eb\\3M8yQBMb7~+', '50438792' ),
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch3301 - while (b < eb && isspace(*b))
3302 + while (EXPECTED(_i++ < 2048) && b < eb && isspace(*b))

Completed in 42 milliseconds