Searched refs:fx (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/standard/tests/strings/ |
H A D | sprintf_star.phpt | 8 $fx = 1.23456789012345678e100; 9 var_dump($f, $fx); 13 printf("%.*g\n", -1, $fx); 14 printf("%.*G\n", -1, $fx); 15 printf("%.*h\n", -1, $fx); 16 printf("%.*H\n", -1, $fx);
|
H A D | strip_tags_variation10.phpt | 14 '<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>', 39 string(63) "<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>"
|
H A D | strip_tags_variation9.phpt | 13 "<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>",
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | array_unshift_variation8.phpt | 19 '\t\r\v The quick brown fo\fx jumped over the lazy dog', 89 string(53) "\t\r\v The quick brown fo\fx jumped over the lazy dog" 102 string(53) "\t\r\v The quick brown fo\fx jumped over the lazy dog"
|
H A D | array_unshift_variation7.phpt | 19 "\t\r\v The quick brown fo\fx jumped over the lazy dog",
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gd.c | 1599 int fx = 0, fy = 0; in gdImageFilledArc() local 1648 fx = x; in gdImageFilledArc() 1664 gdImageLine(im, cx, cy, fx, fy, color); in gdImageFilledArc() 1666 gdImageLine(im, fx, fy, lx, ly, color); in gdImageFilledArc() 1668 pts[0].x = fx; in gdImageFilledArc() 1680 gdImageLine(im, cx, cy, fx, fy, color); in gdImageFilledArc()
|
Completed in 22 milliseconds