Home
last modified time | relevance | path

Searched refs:points (Results 1 – 25 of 51) sorted by relevance

123

/PHP-7.0/ext/gd/libgd/
H A Dgddemo.c26 gdPoint points[3]; in main() local
70 points[0].x = 64; in main()
71 points[0].y = 0; in main()
72 points[1].x = 0; in main()
73 points[1].y = 128; in main()
74 points[2].x = 128; in main()
75 points[2].y = 128; in main()
76 gdImageFilledPolygon (im_out, points, 3, green); in main()
/PHP-7.0/ext/gd/tests/
H A Dlibgd00100.phpt29 $points = array(
36 imagefilledpolygon($im, $points, 5, $yellow);
43 $points = array(
50 imagefilledpolygon($im, $points, 5, $purple);
57 $points = array(
64 imagefilledpolygon($im, $points, 5, $magenta);
71 $points = array(
78 imagefilledpolygon($im, $points, 5, $blue);
100 $points = array(
107 imagefilledpolygon($im, $points, 5, $black);
H A Dbug64641.phpt16 $points = array(
21 imagefilledpolygon($im, $points, 3, 0xFFFF00);
23 $points = array(
28 imagefilledpolygon($im, $points, 3, 0xFFFF00);
H A Dimagefilledpolygon_basic.phpt11 /* Prototype : bool imagefilledpolygon ( resource $image , array $points , int $num_points , i…
21 $points = array(
40 imagefilledpolygon($image, $points, count($points)/2, $col_poly);
H A Dimagepolygon_negative.phpt2 imagepolygon() with a negative num of points
15 Warning: imagepolygon(): You must give a positive number of points in %s on line %d
H A Dimagefilledpolygon_negative.phpt2 imagefilledpolygon() with a negative num of points
15 Warning: imagefilledpolygon(): You must give a positive number of points in %s on line %d
/PHP-7.0/ext/standard/tests/array/
H A Darray_intersect_uassoc_variation6.phpt2 Test array_intersect_uassoc() function : usage variation - Intersection of floating points with str…
25 echo "\n-- Result of floating points and strings containing integers intersection --\n";
28 echo "\n-- Result of floating points and strings containing floating point intersection --\n";
35 -- Result of floating points and strings containing integers intersection --
43 -- Result of floating points and strings containing floating point intersection --
H A Darray_intersect_ukey_variation6.phpt2 Test array_intersect_ukey() function : usage variation - Intersection of floating points with strin…
26 echo "\n-- Result of floating points and strings containing integers intersection --\n";
29 echo "\n-- Result of floating points and strings containing floating point intersection --\n";
36 -- Result of floating points and strings containing integers intersection --
44 -- Result of floating points and strings containing floating point intersection --
H A Darray_diff_uassoc_variation6.phpt2 Test array_diff_uassoc() function : usage variation - Comparing floating points with strings having…
26 echo "\n-- Result of comparing floating points and strings containing integers --\n";
30 echo "\n-- Result of comparing floating points and strings containing floating point --\n";
39 -- Result of comparing floating points and strings containing integers --
45 -- Result of comparing floating points and strings containing floating point --
H A Darray_diff_assoc_variation5.phpt29 echo "-- Result of comparing integers and strings containing floating points : --\n";
33 echo "-- Result of comparing floating points and strings containing integers : --\n";
37 echo "-- Result of comparing floating points and strings containing floating point: --\n";
41 echo "-- Result of comparing strings containing integers and strings containing floating points : -…
71 -- Result of comparing integers and strings containing floating points : --
92 -- Result of comparing floating points and strings containing integers : --
101 -- Result of comparing floating points and strings containing floating point: --
122 -- Result of comparing strings containing integers and strings containing floating points : --
H A Darray_intersect_uassoc_variation7.phpt29 echo "\n-- Result of strings containing floating points intersection --\n";
32 echo "\n-- Result of strings containing integers and strings containing floating points intersectio…
45 -- Result of strings containing floating points intersection --
51 -- Result of strings containing integers and strings containing floating points intersection --
H A Darray_intersect_ukey_variation7.phpt30 echo "\n-- Result of strings containing floating points intersection --\n";
33 echo "\n-- Result of strings containing integers and strings containing floating points intersectio…
48 -- Result of strings containing floating points intersection --
56 -- Result of strings containing integers and strings containing floating points intersection --
H A Darray_key_exists_variation5.phpt25 echo "\n-- \$search arg points to sub-array --\n";
37 -- $search arg points to sub-array --
H A Darray_diff_uassoc_variation7.phpt25 echo "\n-- Result of comparing strings containing integers and strings containing floating points -…
34 -- Result of comparing strings containing integers and strings containing floating points --
H A Darray_diff_uassoc_variation8.phpt30 echo "\n-- Result of comparing integers and strings containing floating points --\n";
47 -- Result of comparing integers and strings containing floating points --
H A Darray_intersect_uassoc_variation5.phpt32 echo "\n-- Result of integers and strings containing floating points intersection --\n";
55 -- Result of integers and strings containing floating points intersection --
H A Darray_intersect_ukey_variation5.phpt33 echo "\n-- Result of integers and strings containing floating points intersection --\n";
56 -- Result of integers and strings containing floating points intersection --
/PHP-7.0/Zend/tests/
H A Dbug62005.phpt5 function add_points($player, $points) {
6 $player->energy += $points;
/PHP-7.0/ext/standard/tests/file/
H A Dfgetss_variation5-win32.phpt61 echo "-- Reading when file pointer points to EOF --\n";
91 -- Reading when file pointer points to EOF --
106 -- Reading when file pointer points to EOF --
121 -- Reading when file pointer points to EOF --
136 -- Reading when file pointer points to EOF --
151 -- Reading when file pointer points to EOF --
166 -- Reading when file pointer points to EOF --
181 -- Reading when file pointer points to EOF --
196 -- Reading when file pointer points to EOF --
211 -- Reading when file pointer points to EOF --
H A Dfgetss_variation5.phpt58 echo "-- Reading when file pointer points to EOF --\n";
88 -- Reading when file pointer points to EOF --
103 -- Reading when file pointer points to EOF --
118 -- Reading when file pointer points to EOF --
133 -- Reading when file pointer points to EOF --
148 -- Reading when file pointer points to EOF --
163 -- Reading when file pointer points to EOF --
178 -- Reading when file pointer points to EOF --
193 -- Reading when file pointer points to EOF --
208 -- Reading when file pointer points to EOF --
H A Dfgetss_variation4.phpt56 echo "-- Reading when file pointer points to EOF --\n";
84 -- Reading when file pointer points to EOF --
99 -- Reading when file pointer points to EOF --
114 -- Reading when file pointer points to EOF --
129 -- Reading when file pointer points to EOF --
144 -- Reading when file pointer points to EOF --
159 -- Reading when file pointer points to EOF --
H A Dbug47767.phpt38 echo "Testing include_once using junction points\n";
52 Testing include_once using junction points
/PHP-7.0/ext/standard/tests/strings/
H A Dbug61374.phpt2 Bug #61374: html_entity_decode tries to decode code points that don't exist in ISO-8859-1
H A Dbug39873.phpt2 Bug #39873 (number_format() breaks with locale & decimal points)
/PHP-7.0/tests/lang/
H A Dstring_decimals_001.phpt2 String conversion with multiple decimal points

Completed in 44 milliseconds

123