Home
last modified time | relevance | path

Searched refs:x (Results 476 – 500 of 1819) sorted by relevance

1...<<11121314151617181920>>...73

/php-src/ext/opcache/tests/jit/
H A Dadd_012.phpt11 $x = 0;
13 $y[$x]++;
14 $y[$x] += 4467793343;
H A Dassign_053.phpt11 public string $x;
14 $test->x = " $y ";
15 $r = &$test->x + ($r = $y);
22 Fatal error: Uncaught TypeError: Cannot assign null to reference held by property Test::$x of type …
H A Dcmp_004.phpt12 function foo(bool $test, int $x) {
13 if (($test ? $x >= 1 : $x > 1)) {
/php-src/ext/opcache/tests/opt/
H A Dsccp_020.phpt14 $a->x = 5;
15 $b->x = 42;
16 echo $a->x;
H A Dsccp_018.phpt15 $a->x = 5;
16 $b->x = 42;
17 echo $a->x;
H A Dsccp_008.phpt14 function foo(int $x) {
15 if ($x) {
34 0000 CV0($x) = RECV 1
35 0001 JMPZ CV0($x) 0004
/php-src/ext/intl/tests/
H A Dlocale_get_script.phpt47 'de-CH-x-phonebk',
48 'az-Arab-x-AZE-derbend',
53 'x-whatever',
54 'qaa-Qaaa-QM-x-southern',
60 'zh-CN-a-myExt-x-private',
108 de-CH-x-phonebk: script=''
109 az-Arab-x-AZE-derbend: script='Arab'
112 x-whatever: script=''
113 qaa-Qaaa-QM-x-southern: script='Qaaa'
117 zh-CN-a-myExt-x-private: script=''
H A Dlocale_get_region.phpt48 'de-CH-x-phonebk',
49 'az-Arab-x-AZE-derbend',
54 'x-whatever',
55 'qaa-Qaaa-QM-x-southern',
61 'zh-CN-a-myExt-x-private',
110 de-CH-x-phonebk: region='CH'
111 az-Arab-x-AZE-derbend: region='%r(X)?%r'
114 x-whatever: region=''
115 qaa-Qaaa-QM-x-southern: region='QM'
119 zh-CN-a-myExt-x-private: region='CN'
/php-src/ext/gd/libgd/
H A Dgd_webp.c45 int x, y; in gdImageCreateFromWebpCtx() local
88 for (x = 0; x < width; x++) { in gdImageCreateFromWebpCtx()
93 im->tpixels[y][x] = gdTrueColorAlpha(r, g, b, a); in gdImageCreateFromWebpCtx()
106 int x, y; in gdImageWebpCtx() local
138 for (x = 0; x < gdImageSX(im); x++) { in gdImageWebpCtx()
141 c = im->tpixels[y][x]; in gdImageWebpCtx()
/php-src/ext/standard/tests/strings/
H A Dsscanf_basic8.phpt9 $format1 = "%x %x %x %x %x %x";
/php-src/ext/pcre/tests/
H A Dmatch_flags2.phpt6 var_dump(preg_match('/x(.)/', 'fjszxax', $match, PREG_OFFSET_CAPTURE));
9 var_dump(preg_match('/(.)x/', 'fjszxax', $match, PREG_OFFSET_CAPTURE, 4));
12 var_dump(preg_match('/(?P<capt1>.)(x)(?P<letsmix>\S+)/', 'fjszxax', $match, PREG_OFFSET_CAPTURE));
77 string(1) "x"
/php-src/ext/exif/tests/
H A Dbug60150.phpt16 Warning: exif_read_data(bug60150.jpg): Error reading from file: got=x%x(=%d) != itemlen-%d=x%x(=%d)…
/php-src/ext/soap/tests/
H A Dtransport001.phpt7 function Add($x,$y) {
8 return $x+$y;
30 $x = new LocalSoapClient(NULL,array('location'=>'test://',
32 var_dump($x->Add(3,4));
/php-src/ext/opcache/tests/
H A Dbug69159.phpt12 myFunction(${"x$i"});
14 function myFunction($x) {
15 var_dump($x);
/php-src/Zend/tests/
H A Dbug72215_2.phpt14 $x = 1;
15 $y =& test($x);
17 $x = 3;
H A Dindirect_method_call_003.phpt7 public $x = 1;
10 return $this->x;
13 $this->x = $val;
H A Dbug31177-2.phpt10 $x = new foo();
12 $y=$x->__construct(1);
14 var_dump($x);
H A Dbug37144.phpt6 $x = new stdClass();
7 $x->bar = array(1);
8 return $x;
/php-src/ext/standard/tests/array/
H A Dpacked_001.phpt6 $x = [1,2,3];
7 unset($x[1]);
15 $x,
/php-src/ext/json/tests/
H A Dbug40503.phpt7 function json_test_show_eq($x, $y) {
8 echo "$x ". ( $x == $y ? "==" : "!=") ." $y\n";
/php-src/ext/ffi/tests/
H A D020.phpt12 $p = $ffi->new("struct {int x; const int y;}");
13 $p->x = 1;
20 $p = $ffi->new("struct {const int x; int y;}");
22 $p->x = 1;
28 $p = $ffi->new("const struct {int x; int y;}");
29 $p->x = 1;
67 FFI\Exception: Attempt to assign read-only field 'x'
/php-src/ext/dom/tests/modern/spec/
H A Dimport_of_namepace_conflicting_attributes.phpt17 $child->setAttributeNS("urn:x", "a:child1", "bar");
18 $child1 = $child->getAttributeNodeNS("urn:x", "child1");
36 var_dump($imported->getAttributeNodeNS("urn:x", "child1")->prefix);
37 var_dump($imported->getAttributeNodeNS("urn:x", "child1")->namespaceURI);
42 <root xmlns:a="urn:a" a:root1="bar" xmlns:ns1="urn:b" ns1:root2="bar"><child xmlns:a="urn:x" a:chil…
47 <root xmlns:a="urn:a" a:root1="bar" xmlns:ns1="urn:b" ns1:root2="bar" xmlns:ns2="urn:x" ns2:child1=…
53 string(5) "urn:x"
/php-src/ext/soap/tests/bugs/
H A Dbug39832.phpt19 function Test($x) {
20 return $x->priority;
23 $x = new SoapServer(__DIR__."/bug39832.wsdl");
24 $x->addFunction("Test");
25 $x->handle($HTTP_RAW_POST_DATA);
/php-src/Zend/tests/constexpr/
H A Dnew_self_parent.phpt7 public static function invalid($x = new parent) {
11 public static function method($x = new self, $y = new parent) {
12 var_dump($x, $y);
16 function invalid($x = new self) {}
/php-src/ext/spl/tests/
H A Dbug73029.phpt6 $a = 'C:11:"ArrayObject":19:{x:i:0;r:2;;m:a:0:{}}';
8 $x = $m[2];
13 $a = 'C:11:"ArrayObject":19:0x:i:0;r:2;;m:a:0:{}}';
15 $x = $m[2];

Completed in 75 milliseconds

1...<<11121314151617181920>>...73