/PHP-7.1/ext/gd/libgd/ |
H A D | gddemo.c | 26 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.1/ext/gd/tests/ |
H A D | libgd00100.phpt | 29 $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 D | bug64641.phpt | 16 $points = array( 21 imagefilledpolygon($im, $points, 3, 0xFFFF00); 23 $points = array( 28 imagefilledpolygon($im, $points, 3, 0xFFFF00);
|
H A D | imagefilledpolygon_basic.phpt | 11 /* 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 D | imagefilledpolygon_negative.phpt | 2 imagefilledpolygon() with a negative num of points 15 Warning: imagefilledpolygon(): You must give a positive number of points in %s on line %d
|
H A D | imagepolygon_negative.phpt | 2 imagepolygon() with a negative num of points 15 Warning: imagepolygon(): You must give a positive number of points in %s on line %d
|
/PHP-7.1/ext/standard/tests/array/ |
H A D | array_intersect_uassoc_variation6.phpt | 2 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 D | array_intersect_ukey_variation6.phpt | 2 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 D | array_diff_uassoc_variation6.phpt | 2 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 D | array_diff_assoc_variation5.phpt | 29 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 : -… 70 -- Result of comparing integers and strings containing floating points : -- 91 -- Result of comparing floating points and strings containing integers : -- 100 -- Result of comparing floating points and strings containing floating point: -- 121 -- Result of comparing strings containing integers and strings containing floating points : --
|
H A D | array_intersect_uassoc_variation7.phpt | 29 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 D | array_intersect_ukey_variation7.phpt | 30 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 D | array_key_exists_variation5.phpt | 25 echo "\n-- \$search arg points to sub-array --\n"; 36 -- $search arg points to sub-array --
|
H A D | array_diff_uassoc_variation7.phpt | 25 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 D | array_intersect_uassoc_variation5.phpt | 32 echo "\n-- Result of integers and strings containing floating points intersection --\n"; 55 -- Result of integers and strings containing floating points intersection --
|
H A D | array_intersect_ukey_variation5.phpt | 33 echo "\n-- Result of integers and strings containing floating points intersection --\n"; 56 -- Result of integers and strings containing floating points intersection --
|
H A D | array_diff_uassoc_variation8.phpt | 30 echo "\n-- Result of comparing integers and strings containing floating points --\n"; 47 -- Result of comparing integers and strings containing floating points --
|
/PHP-7.1/Zend/tests/ |
H A D | foreach_list_keyed.phpt | 6 $points = [ 11 foreach ($points as list("x" => $x, "y" => $y)) {
|
H A D | bug62005.phpt | 5 function add_points($player, $points) { 6 $player->energy += $points;
|
H A D | list_mixed_nested_keyed_unkeyed.phpt | 6 $points = [ 11 list(list("x" => $x1, "y" => $y1), list("x" => $x2, "y" => $y2)) = $points;
|
/PHP-7.1/ext/standard/tests/file/ |
H A D | fgetss_variation5.phpt | 58 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 D | fgetss_variation5-win32.phpt | 61 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 D | fgetss_variation4.phpt | 56 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 D | bug47767.phpt | 38 echo "Testing include_once using junction points\n"; 52 Testing include_once using junction points
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | bug61374.phpt | 2 Bug #61374: html_entity_decode tries to decode code points that don't exist in ISO-8859-1
|