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.c1569 int fx = 0, fy = 0; in gdImageFilledArc() local
1618 fx = x; in gdImageFilledArc()
1634 gdImageLine(im, cx, cy, fx, fy, color); in gdImageFilledArc()
1636 gdImageLine(im, fx, fy, lx, ly, color); in gdImageFilledArc()
1638 pts[0].x = fx; in gdImageFilledArc()
1650 gdImageLine(im, cx, cy, fx, fy, color); in gdImageFilledArc()

Completed in 16 milliseconds