Home
last modified time | relevance | path

Searched refs:fx (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/standard/tests/strings/
H A Dsprintf_star.phpt8 $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 Dstrip_tags_variation10.phpt14 '<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 Dstrip_tags_variation9.phpt13 "<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>",
/PHP-8.1/ext/standard/tests/array/
H A Darray_unshift_variation8.phpt19 '\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 Darray_unshift_variation7.phpt19 "\t\r\v The quick brown fo\fx jumped over the lazy dog",
/PHP-8.1/ext/gd/libgd/
H A Dgd.c1599 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 16 milliseconds