Home
last modified time | relevance | path

Searched refs:py (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/ext/standard/tests/array/
H A Dksort_object.phpt54 "w" => new String("w"), "py" => new String("py"),
147 ["py"]=>
150 string(2) "py"
225 ["py"]=>
228 string(2) "py"
H A Dkrsort_object.phpt53 "w" => new String("w"), "py" => new String("py"),
133 ["py"]=>
136 string(2) "py"
211 ["py"]=>
214 string(2) "py"
H A Dnatcasesort_object1.phpt37 new for_string_natcasesort("w"), new for_string_natcasesort("py"),
86 string(2) "py"
H A Dnatcasesort_object2.phpt42 new for_string_natcasesort("py","PY", "pt"),
74 string(2) "py"
H A Drsort_object1.phpt53 new for_string_rsort("w"), new for_string_rsort("py"),
137 string(2) "py"
215 string(2) "py"
H A Dsort_object1.phpt53 new for_string_sort("w"), new for_string_sort("py"),
151 string(2) "py"
229 string(2) "py"
H A Dasort_object1.phpt56 "c" => new for_string_asort("w"), "d" => new for_string_asort("py"),
154 string(2) "py"
232 string(2) "py"
H A Drsort_object2.phpt66 new for_string_rsort("py","PY", "pt"),
162 string(2) "py"
242 string(2) "py"
H A Dasort_object2.phpt62 "c" => new for_string_asort("w", "W","c"), "d" => new for_string_asort("PY", "py","s"),
141 string(2) "py"
221 string(2) "py"
H A Dsort_object2.phpt65 new for_string_sort("py","PY", "pt"),
151 string(2) "py"
231 string(2) "py"
H A Darsort_object1.phpt56 "c" => new for_string_arsort("w"), "d" => new for_string_asort("py"),
H A Darsort_object2.phpt62 "c" => new for_string_arsort("w", "W","c"), "d" => new for_string_asort("PY", "py","s"),
/PHP-5.5/ext/gd/libgd/
H A Dgd.c956 int Ay_Cy = im->AAL_y1 - py; in gdImageAntiAliasedApply()
959 int By_Cy = im->AAL_y2 - py; in gdImageAntiAliasedApply()
966 if (!gdImageBoundsSafe(im, px, py)) { in gdImageAntiAliasedApply()
997 im->AA_opacity[py][px] = opacity; in gdImageAntiAliasedApply()
1023 int px, py; in gdImageAABlend() local
1030 for (py = 0; py < im->sy; py++) { in gdImageAABlend()
1032 if (im->AA_opacity[py][px] != 0) { in gdImageAABlend()
1552 int px, py; in gdImageChar() local
1563 for (py = y; (py < (y + f->h)); py++) { in gdImageChar()
1578 int px, py; in gdImageCharUp() local
[all …]
/PHP-5.5/ext/gd/
H A Dgd.c3483 int cx, cy, px, py, fline; in php_gdimagecharup() local
3492 for (py = y; (py > (y - f->w)); py--) { in php_gdimagecharup()
3495 gdImageSetPixel(im, px, py, color); in php_gdimagecharup()
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1030 three or more characters that are case-equivalent. The MultiStage2.py
2543 distribute the MultiStage2.py script that generates the tables (it's not in

Completed in 77 milliseconds