/PHP-8.3/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-8.3/ext/gd/tests/ |
H A D | libgd00100.phpt | 30 $points = array( 37 imagefilledpolygon($im, $points, $yellow); 44 $points = array( 51 imagefilledpolygon($im, $points, $purple); 58 $points = array( 65 imagefilledpolygon($im, $points, $magenta); 72 $points = array( 79 imagefilledpolygon($im, $points, $blue); 101 $points = array( 108 imagefilledpolygon($im, $points, $black);
|
H A D | bug64641.phpt | 17 $points = array( 22 imagefilledpolygon($im, $points, 0xFFFF00); 24 $points = array( 29 imagefilledpolygon($im, $points, 0xFFFF00);
|
H A D | imagefilledpolygon_basic.phpt | 16 $points = array( 35 imagefilledpolygon($image, $points, $col_poly);
|
/PHP-8.3/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… 20 echo "\n-- Result of floating points and strings containing integers intersection --\n"; 23 echo "\n-- Result of floating points and strings containing floating point intersection --\n"; 29 -- Result of floating points and strings containing integers intersection -- 37 -- 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… 21 echo "\n-- Result of floating points and strings containing integers intersection --\n"; 24 echo "\n-- Result of floating points and strings containing floating point intersection --\n"; 30 -- Result of floating points and strings containing integers intersection -- 38 -- 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… 20 echo "\n-- Result of comparing floating points and strings containing integers --\n"; 24 echo "\n-- Result of comparing floating points and strings containing floating point --\n"; 32 -- Result of comparing floating points and strings containing integers -- 38 -- Result of comparing floating points and strings containing floating point --
|
H A D | array_diff_assoc_variation5.phpt | 23 echo "-- Result of comparing integers and strings containing floating points : --\n"; 27 echo "-- Result of comparing floating points and strings containing integers : --\n"; 31 echo "-- Result of comparing floating points and strings containing floating point: --\n"; 35 echo "-- Result of comparing strings containing integers and strings containing floating points : -… 64 -- Result of comparing integers and strings containing floating points : -- 85 -- Result of comparing floating points and strings containing integers : -- 94 -- Result of comparing floating points and strings containing floating point: -- 115 -- Result of comparing strings containing integers and strings containing floating points : --
|
H A D | array_intersect_uassoc_variation7.phpt | 24 echo "\n-- Result of strings containing floating points intersection --\n"; 27 echo "\n-- Result of strings containing integers and strings containing floating points intersectio… 39 -- Result of strings containing floating points intersection -- 45 -- Result of strings containing integers and strings containing floating points intersection --
|
H A D | array_intersect_ukey_variation7.phpt | 25 echo "\n-- Result of strings containing floating points intersection --\n"; 28 echo "\n-- Result of strings containing integers and strings containing floating points intersectio… 42 -- Result of strings containing floating points intersection -- 50 -- Result of strings containing integers and strings containing floating points intersection --
|
H A D | array_diff_uassoc_variation7.phpt | 19 echo "\n-- Result of comparing strings containing integers and strings containing floating points -… 27 -- Result of comparing strings containing integers and strings containing floating points --
|
H A D | array_key_exists_variation5.phpt | 19 echo "\n-- \$search arg points to sub-array --\n"; 30 -- $search arg points to sub-array --
|
H A D | array_diff_uassoc_variation8.phpt | 24 echo "\n-- Result of comparing integers and strings containing floating points --\n"; 40 -- Result of comparing integers and strings containing floating points --
|
H A D | array_intersect_uassoc_variation5.phpt | 27 echo "\n-- Result of integers and strings containing floating points intersection --\n"; 49 -- Result of integers and strings containing floating points intersection --
|
H A D | array_intersect_ukey_variation5.phpt | 28 echo "\n-- Result of integers and strings containing floating points intersection --\n"; 50 -- Result of integers and strings containing floating points intersection --
|
/PHP-8.3/Zend/tests/ |
H A D | foreach_list_keyed.phpt | 6 $points = [ 11 foreach ($points as list("x" => $x, "y" => $y)) {
|
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-8.3/ext/standard/tests/file/ |
H A D | bug47767.phpt | 30 echo "Testing include_once using junction points\n"; 44 Testing include_once using junction points
|
H A D | fwrite_variation1-win32-mb.phpt | 57 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024 58 var_dump( feof($file_handle) ); // ensure that feof() points to eof, expected: true
|
/PHP-8.3/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
|
H A D | bug39873.phpt | 2 Bug #39873 (number_format() breaks with locale & decimal points)
|
/PHP-8.3/tests/lang/ |
H A D | string_decimals_001.phpt | 2 String conversion with multiple decimal points
|
/PHP-8.3/ext/opcache/tests/ |
H A D | issue0149.phpt | 2 ISSUE #149 (Phar mount points not working this OPcache enabled)
|
/PHP-8.3/ext/gd/ |
H A D | gd.stub.php | 690 function imagepolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = null):… argument 692 function imageopenpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = nu… argument 694 function imagefilledpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = … argument
|
/PHP-8.3/ext/phar/tests/ |
H A D | create_path_error.phpt | 38 …"\xFC\x81\x81\x81\x81pro.ttf", //RFC 3629 limited char points to 0000-10FFFF aka 5 byte utf-8 not …
|