Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/strings/
H A Dstrip_tags_variation10.phpt21 '<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>',
46 string(63) "<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>"
H A Dstrip_tags_variation9.phpt20 "<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>",
/PHP-5.5/ext/standard/tests/array/
H A Darray_unshift_variation8.phpt24 '\t\r\v The quick brown fo\fx jumped over the lazy dog',
94 string(53) "\t\r\v The quick brown fo\fx jumped over the lazy dog"
107 string(53) "\t\r\v The quick brown fo\fx jumped over the lazy dog"
H A Darray_unshift_variation7.phpt24 "\t\r\v The quick brown fo\fx jumped over the lazy dog",
/PHP-5.5/ext/gd/libgd/
H A Dgd.c1689 int fx = 0, fy = 0; in gdImageFilledArc() local
1735 fx = x; in gdImageFilledArc()
1745 gdImageLine(im, cx, cy, fx, fy, color); in gdImageFilledArc()
1747 gdImageLine(im, fx, fy, lx, ly, color); in gdImageFilledArc()
1749 pts[0].x = fx; in gdImageFilledArc()
1761 gdImageLine(im, cx, cy, fx, fy, color); in gdImageFilledArc()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c73146 u16 fx; /* pDest->flags value */
73373 fx = pDest->flags & (MEM_Str|MEM_Blob);
73374 assert( fx!=0 );
73381 pDest->flags = fx|MEM_Term;

Completed in 298 milliseconds