Home
last modified time | relevance | path

Searched refs:x (Results 226 – 250 of 1389) sorted by relevance

12345678910>>...56

/PHP-7.2/ext/gd/libgd/
H A Dgd_gd.c168 int x, y; in gdImageCreateFromGdCtx() local
182 for (x = 0; x < sx; x++) { in gdImageCreateFromGdCtx()
187 im->tpixels[y][x] = pix; in gdImageCreateFromGdCtx()
192 for (x = 0; x < sx; x++) { in gdImageCreateFromGdCtx()
199 im->pixels[y][x] = ch; in gdImageCreateFromGdCtx()
249 int x, y; in _gdImageGd() local
254 for (x = 0; x < im->sx; x++) { in _gdImageGd()
257 gdPutInt(im->tpixels[y][x], out); in _gdImageGd()
259 gdPutC((unsigned char) im->pixels[y][x], out); in _gdImageGd()
H A Dgd_color_match.c20 int x,y; in gdImageColorMatch() local
39 for (x=0; x<im1->sx; x++) { in gdImageColorMatch()
41 color = im2->pixels[y][x]; in gdImageColorMatch()
42 rgb = im1->tpixels[y][x]; in gdImageColorMatch()
H A Dgd_gd2.c272 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
345 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2Ctx()
359 im->pixels[y][x] = ch; in gdImageCreateFromGd2Ctx()
363 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2Ctx()
438 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
580 for (x = xlo; x < xhi; x++) { in gdImageCreateFromGd2PartCtx()
604 …if ((x >= srcx) && (x < (srcx + w)) && (x < fsx) && (x >= 0) && (y >= srcy) && (y < (srcy + h)) &&… in gdImageCreateFromGd2PartCtx()
761 for (x = xlo; x < xhi; x++) { in _gdImageGd2()
774 for (x = xlo; x < xhi; x++) { in _gdImageGd2()
811 for (x = 0; x < chunkNum; x++) { in _gdImageGd2()
[all …]
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic463 >>>0x08 ulelong x (0x%x)
1948 >>6 ubeshort x \b, type 0x%x
3252 >>4 ubyte x id=0x%x
6136 >16 lelong x PC=0x%08x,
7120 >>>0 ubyte x (0x%x)
9540 >>4 ubyte x : ID=0x%x
17386 >>>>&0 leshort x 0x%x
17400 >>>>&0 leshort x 0x%x)
17421 >>>>&0 leshort x 0x%x
20793 #>>>>>8 ubeshort x 0x%x
[all …]
H A Dmagic私はガラスを食べられます463 >>>0x08 ulelong x (0x%x)
1948 >>6 ubeshort x \b, type 0x%x
3252 >>4 ubyte x id=0x%x
6136 >16 lelong x PC=0x%08x,
7120 >>>0 ubyte x (0x%x)
9540 >>4 ubyte x : ID=0x%x
17386 >>>>&0 leshort x 0x%x
17400 >>>>&0 leshort x 0x%x)
17421 >>>>&0 leshort x 0x%x
20793 #>>>>>8 ubeshort x 0x%x
[all …]
/PHP-7.2/ext/intl/tests/
H A Dspoofchecker_004.phpt11 $x = new Spoofchecker();
13 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
14 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
17 $x->setChecks(Spoofchecker::MIXED_SCRIPT_CONFUSABLE |
20 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
21 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
H A Dspoofchecker_005.phpt11 $x = new Spoofchecker();
13 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
14 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
17 $x->setChecks(Spoofchecker::MIXED_SCRIPT_CONFUSABLE |
20 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
21 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
H A Dspoofchecker_003.phpt10 $x = new Spoofchecker();
13 $x->setAllowedLocales('en_US');
14 var_dump($x->isSuspicious($korean));
18 $x->setAllowedLocales('en_US, ko_KR');
19 var_dump($x->isSuspicious($korean));
/PHP-7.2/ext/filter/tests/
H A D048.phpt25 $s = sprintf("%x", PHP_INT_MAX);
26 var_dump(is_long(filter_var('0x'.$s, FILTER_VALIDATE_INT, array("flags"=>FILTER_FLAG_ALLOW_HEX))));
29 var_dump(is_long(filter_var('0x'.$s, FILTER_VALIDATE_INT, array("flags"=>FILTER_FLAG_ALLOW_HEX))));
31 $s = sprintf("%x", ~0);
32 var_dump(is_long(filter_var('0x'.$s, FILTER_VALIDATE_INT, array("flags"=>FILTER_FLAG_ALLOW_HEX))));
35 var_dump(filter_var('0x'.$s, FILTER_VALIDATE_INT, array("flags"=>FILTER_FLAG_ALLOW_HEX)));
/PHP-7.2/ext/gmp/tests/
H A D002.phpt7 function fact($x) {
8 if($x <= 1)
11 return gmp_mul($x,fact($x-1));
/PHP-7.2/Zend/tests/
H A Dunset_cv03.phpt5 $x = "ok\n";
6 echo $x;
8 echo $x;
13 Notice: Undefined variable: x in %sunset_cv03.php on line %d
H A Dunset_cv04.phpt6 $x = "ok\n";
7 echo $x;
9 echo $x;
16 Notice: Undefined variable: x in %sunset_cv04.php on line %d
H A Dtemporary_cleaning_001.phpt11 $x = 2;
13 while ($x-- && new stdClass) {
14 $r = [$x] + ($y ? ((array) $x) + [2] : ops());
H A Dunset_cv11.phpt5 $x = array("default"=>"ok");
6 var_dump($x);
7 $cf = $x;
9 var_dump($x);
H A Dbug46106.phpt11 function test($x) {
14 $x->invokeArgs(array(0));
17 $x = new ReflectionFunction('str_pad');
18 test($x);
/PHP-7.2/ext/standard/tests/strings/
H A Dbug27278.phpt12 $x="02";
13 var_dump($x);
14 foo($x);
15 var_dump($x);
/PHP-7.2/ext/openssl/tests/
H A Dopenssl_spki_export_basic.phpt44 return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', mt_rand(0, 0xffff),
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug32776.phpt12 function test($x) {
14 $d = $x;
35 $x = new LocalSoapClient(dirname(__FILE__)."/bug32776.wsdl",array("trace"=>true,"exceptions"=>false…
36 var_dump($x->test("Hello"));
38 var_dump($x->__getLastRequest());
39 var_dump($x->__getLastResponse());
46 ….xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><SOAP-ENV:test><x xsi:type="xsd:string">Hello</x></SOA…
/PHP-7.2/ext/xmlwriter/tests/
H A Dbug41326.phpt29 $xw->startElementNS('test', 'test', 'urn:x-test:');
31 $xw->writeElementNS(null, 'bar', 'urn:x-test:', '');
32 $xw->writeElementNS(null, 'bar', 'urn:x-test:', NULL);
33 $xw->writeElementNS(null, 'bar', 'urn:x-test:');
50 <test:test xmlns:test="urn:x-test:">
52 <bar xmlns="urn:x-test:"></bar>
53 <bar xmlns="urn:x-test:"/>
54 <bar xmlns="urn:x-test:"/>
/PHP-7.2/ext/fileinfo/libmagic/
H A Dder.c362 while (p + x < ep) { in printdata()
365 uint8_t t = gettype(p[x]); in printdata()
366 ox = x; in printdata()
367 if (x != 0) in printdata()
368 printf("%.2x %.2x %.2x\n", p[x - 1], p[x], p[x + 1]); in printdata()
369 uint32_t tag = gettag(p, &x, ep - p + x); in printdata()
370 if (p + x >= ep) in printdata()
372 uint32_t len = getlength(p, &x, ep - p + x); in printdata()
377 q = p + x; in printdata()
382 printdata(level + 1, p, x, len + x); in printdata()
[all …]
/PHP-7.2/ext/reflection/tests/
H A DReflectionMethod_getDocComment_property_list.phpt14 $x = "x",
21 $reflection = new ReflectionProperty('\X', 'x');
22 echo 'X::x', PHP_EOL;
34 X::x
/PHP-7.2/ext/simplexml/tests/
H A Dbug45553.phpt14 $x = simplexml_load_string($xml);
15 $x->registerXPathNamespace("a", "http://a");
17 $atts = $x->xpath("/xml/data/@a:label");
19 $atts = $x->xpath("/xml/a:data");
21 $atts = $x->xpath("/xml/a:data/@a:label");
23 $atts = $x->xpath("/xml/a:data/@label");
25 $atts = $x->xpath("/xml/data/@label");
/PHP-7.2/ext/pdo_sqlite/tests/
H A Ddebugdumpparams_001.phpt12 $x= $db->prepare('select :a, :b, ?');
13 $x->bindValue(':a', 1, PDO::PARAM_INT);
14 $x->bindValue(':b', 'foo');
15 $x->bindValue(3, 1313);
16 var_dump($x->debugDumpParams());
/PHP-7.2/ext/json/tests/
H A D008.phpt8 $x = json_decode($json);
9 var_dump($x->largenum);
10 $x = json_decode($json, false, 512, JSON_BIGINT_AS_STRING);
11 var_dump($x->largenum);
/PHP-7.2/ext/dom/tests/
H A Ddom007.phpt53 for($x=0; $x < $length; $x++) {
54 …echo "Index $x: ".$nots->item($x)->nodeName." (".$nots->item($x)->systemId.") (".$nots->item($x)->…
78 for($x=0; $x < $length; $x++) {
79 $xkeys[] = "Index: ".$ents->item($x)->nodeName."\n";

Completed in 268 milliseconds

12345678910>>...56