Home
last modified time | relevance | path

Searched refs:x (Results 251 – 275 of 1828) sorted by relevance

1...<<11121314151617181920>>...74

/php-src/ext/ffi/tests/
H A D003.phpt11 struct _a {int x;};
13 struct _b {int x;};
17 struct _c {int x;};
19 struct _d {int x;};
46 ["x"]=>
50 ["x"]=>
54 ["x"]=>
58 ["x"]=>
/php-src/ext/opcache/tests/jit/
H A Dfetch_dim_r_004.phpt29 $x="a";
31 foo($x.$y);
32 foo("2x");
33 $x=2;
34 $y="x";
35 foo($x.$y);
57 Warning: Illegal string offset "2x" in %sfetch_dim_r_004.php on line 5
60 Warning: Illegal string offset "2x" in %sfetch_dim_r_004.php on line 5
H A Dinc_001.phpt14 $x = 1;
15 $x += 0;
16 ++$x; // mem -> mem
17 var_dump($x);
H A Dinc_009.phpt14 $x = 1.0;
15 $x += 0;
16 ++$x; // mem -> mem
17 var_dump($x);
H A Dinc_003.phpt14 $x = 1;
15 $x += 0;
16 ++$x; // mem -> reg
17 return $x;
H A Dinc_011.phpt14 $x = 1.0;
15 $x += 0;
16 ++$x; // mem -> reg
17 return $x;
H A Dcmp_009.phpt25 $x!= $a ?: $c;
26 $x!= $a ?: $c;
27 $x!= $a ?: $c;
28 $x!= $a ?: $c;
34 $x!= $a ?: $c;
41 $x!= $a ?: $c;
42 $x!= $a ?: $c;
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_ns_imported_02.phpt26 <x>
28 <test xmlns="x:y"/>
34 </x>
39 <x>
41 <test xmlns="x:y"/>
47 </x>
50 <x>
52 <test xmlns="x:y"></test>
58 </x>
H A DHTMLDocument_serialize_ns_imported_05.phpt26 <x>
28 <test xmlns="x:y"/>
34 </x>
39 <x>
41 <test xmlns="x:y"/>
47 </x>
50 <x>
52 <test xmlns="x:y"></test>
58 </x>
/php-src/Zend/tests/type_declarations/variance/
H A Dabstract_constructor.phpt8 abstract function __construct(X $x);
11 function __construct(object $x) {}
14 function __construct(Y $x) {}
18 Fatal error: Could not check compatibility between C::__construct(Y $x) and A::__construct(X $x), b…
/php-src/Zend/tests/
H A Dbug75420.10.phpt6 public function offsetExists($x): bool { $GLOBALS["name"] = 24; return true; }
7 public function offsetGet($x): mixed { var_dump($x); return 42; }
8 public function offsetSet($x, $y): void { }
9 public function offsetUnset($x): void { }
H A Dbug75420.12.phpt6 public function offsetExists($x): bool { $GLOBALS["name"] = 24; return true; }
7 public function offsetGet($x): mixed { var_dump($x); return 42; }
8 public function offsetSet($x, $y): void { }
9 public function offsetUnset($x): void { }
/php-src/ext/dom/tests/
H A Dgh13863.phpt15 <x>
21 </x>
95 <x><item1/><item2/><item4/><item5/></x>
114 <x><item1/><item3/><item4/><item5/></x>
121 <x><item2/><item3/><item4/><item5/></x>
137 <x><item1/><item2/><item4/><item5/></x>
152 <x><item1/><item3/><item4/><item5/></x>
164 <x><item2/><item4/></x>
/php-src/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.c15 int x,y; in gdImageColorMatch() local
34 for (x=0; x<im1->sx; x++) { in gdImageColorMatch()
36 color = im2->pixels[y][x]; in gdImageColorMatch()
37 rgb = im1->tpixels[y][x]; in gdImageColorMatch()
/php-src/Zend/tests/type_declarations/union_types/
H A Dincdec_prop.phpt15 $x = $test->prop++;
19 $x = ++$test->prop;
23 $x = $test->prop--;
27 $x = --$test->prop;
33 $x = $test->prop++;
37 $x = ++$test->prop;
42 $x = $test->prop--;
47 $x = --$test->prop;
57 $x = $test->prop2++;
64 $x = ++$test->prop2;
[all …]
/php-src/ext/opcache/tests/
H A Dfe_fetch_dce.phpt14 $x = 1;
15 foreach ($a as $x) {
16 $x = 2.0;
18 var_dump($x);
/php-src/ext/json/tests/
H A D008.phpt6 $x = json_decode($json);
7 var_dump($x->largenum);
8 $x = json_decode($json, false, 512, JSON_BIGINT_AS_STRING);
9 var_dump($x->largenum);
/php-src/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-src/ext/gd/tests/
H A Dbug66356.phpt10 var_dump(imagecrop($img, array("x" => "a", "y" => 0, "width" => 10, "height" => 10)));
12 $arr = array("x" => "a", "y" => "12b", "width" => 10, "height" => 10);
17 var_dump(imagecrop($img, array("x" => 0, "y" => 0, "width" => -1, "height" => 10)));
20 var_dump(imagecrop($img, array("x" => -20, "y" => -20, "width" => 10, "height" => 10)));
23 var_dump(imagecrop($img, array("x" => 0x7fffff00, "y" => 0, "width" => 10, "height" => 10)));
26 var_dump(imagecrop($img, array("x" => 0, "y" => 0, "width" => 65535, "height" => 65535)));
35 [x] => a
/php-src/ext/intl/tests/
H A Dspoofchecker_004.phpt13 $x = new Spoofchecker();
15 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
16 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
19 $x->setChecks(Spoofchecker::MIXED_SCRIPT_CONFUSABLE |
22 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
23 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
H A Dspoofchecker_005.phpt13 $x = new Spoofchecker();
15 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
16 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
19 $x->setChecks(Spoofchecker::MIXED_SCRIPT_CONFUSABLE |
22 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
23 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
/php-src/ext/opcache/tests/opt/
H A Dinference_001.phpt11 $obj->x;
18 public int $x = 1;
23 $obj->x;
33 Warning: Attempt to read property "x" on null in %s on line %d
35 Warning: Undefined property: stdClass::$x in %s on line %d
39 Warning: Attempt to read property "x" on null in %s on line %d
/php-src/ext/standard/tests/strings/
H A Dvsprintf_basic9.phpt9 $format1 = "%x";
10 $format2 = "%x %x";
11 $format3 = "%x %x %x";
/php-src/ext/pdo_sqlite/tests/
H A Ddebugdumpparams_001.phpt10 $x= $db->prepare('select :a, :b, ?');
11 $x->bindValue(':a', 1, PDO::PARAM_INT);
12 $x->bindValue(':b', 'foo');
13 $x->bindValue(3, 1313);
14 var_dump($x->debugDumpParams());

Completed in 34 milliseconds

1...<<11121314151617181920>>...74