Searched refs:ncy (Results 1 – 7 of 7) sorted by relevance
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_gd2.c | 134 if (gdGetWord(ncy, in) != 1) { in _gd2GetHeader() 140 if (*ncx <= 0 || *ncy <= 0 || *ncx > INT_MAX / *ncy) { in _gd2GetHeader() 144 nc = (*ncx) * (*ncy); in _gd2GetHeader() 271 int ncx, ncy, nc, cs, cx, cy; in gdImageCreateFromGd2Ctx() local 292 nc = ncx * ncy; in gdImageCreateFromGd2Ctx() 437 int nc, ncx, ncy, cs, cx, cy; in gdImageCreateFromGd2PartCtx() local 485 nc = ncx * ncy; in gdImageCreateFromGd2PartCtx() 525 if (ecy >= ncy) { in gdImageCreateFromGd2PartCtx() 526 ecy = ncy - 1; in gdImageCreateFromGd2PartCtx() 666 int ncx, ncy, cx, cy; in _gdImageGd2() local [all …]
|
/PHP-7.2/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.2/ext/standard/html_tables/ |
H A D | ents_html5.txt | 1405 ncy 0043D
|
Completed in 45 milliseconds