Home
last modified time | relevance | path

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

/php-src/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-src/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-src/ext/gd/libgd/
H A Dgd.c1653 int fx = 0, fy = 0; in gdImageFilledArc() local
1702 fx = x; in gdImageFilledArc()
1718 gdImageLine(im, cx, cy, fx, fy, color); in gdImageFilledArc()
1720 gdImageLine(im, fx, fy, lx, ly, color); in gdImageFilledArc()
1722 pts[0].x = fx; in gdImageFilledArc()
1734 gdImageLine(im, cx, cy, fx, fy, color); in gdImageFilledArc()

Completed in 21 milliseconds