Searched refs:ncy (Results 1 – 7 of 7) sorted by relevance
/PHP-7.1/ext/gd/libgd/ |
H A D | gd_gd2.c | 133 if (gdGetWord(ncy, in) != 1) { in _gd2GetHeader() 139 if (*ncx <= 0 || *ncy <= 0 || *ncx > INT_MAX / *ncy) { in _gd2GetHeader() 143 nc = (*ncx) * (*ncy); in _gd2GetHeader() 270 int ncx, ncy, nc, cs, cx, cy; in gdImageCreateFromGd2Ctx() local 291 nc = ncx * ncy; in gdImageCreateFromGd2Ctx() 436 int nc, ncx, ncy, cs, cx, cy; in gdImageCreateFromGd2PartCtx() local 484 nc = ncx * ncy; in gdImageCreateFromGd2PartCtx() 524 if (ecy >= ncy) { in gdImageCreateFromGd2PartCtx() 525 ecy = ncy - 1; in gdImageCreateFromGd2PartCtx() 665 int ncx, ncy, cx, cy; in _gdImageGd2() local [all …]
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | htmlentities16.phpt | 20 string(58) "€©роскошный"
|
H A D | get_html_translation_table_basic6.phpt | 194 [�] => н
|
H A D | get_html_translation_table_basic5.phpt | 1075 [н] => н
|
H A D | html_entity_decode_html5.phpt | 1410 "н", 3544 н => н d0bd
|
H A D | htmlentities_html5.phpt | 493 н U+0043D
|
/PHP-7.1/ext/standard/html_tables/ |
H A D | ents_html5.txt | 1405 ncy 0043D
|
Completed in 22 milliseconds