Home
last modified time | relevance | path

Searched refs:sx1 (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/simplexml/tests/
H A Dbug37386.phpt8 $sx1 = new SimpleXMLElement((binary)"<root />");
10 $sx1->node[0] = 'node1';
11 $sx1->node[1] = 'node2';
13 print $sx1->asXML()."\n";
14 $node = $sx1->node[0];
17 print $sx1->asXML();
/PHP-5.5/ext/gd/libgd/
H A Dgd.c2469 double sy1, sy2, sx1, sx2; in gdImageCopyResampled() local
2483 sx1 = ((double) x - (double) dstX) * (double) srcW / dstW; in gdImageCopyResampled()
2499 sx = sx1; in gdImageCopyResampled()
2504 if (floorf(sx) == floor_cast(sx1)) { in gdImageCopyResampled()
2506 if (xportion > sx2 - sx1) { in gdImageCopyResampled()
2507 xportion = sx2 - sx1; in gdImageCopyResampled()

Completed in 12 milliseconds