Home
last modified time | relevance | path

Searched refs:D (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h110 if (D->pclabels) DASM_M_FREE(Dst, D->pclabels, D->pcsize); in dasm_free()
111 if (D->lglabels) DASM_M_FREE(Dst, D->lglabels, D->lgsize); in dasm_free()
112 DASM_M_FREE(Dst, D, D->psize); in dasm_free()
139 D->section = &D->sections[0]; in dasm_setup()
140 memset((void *)D->lglabels, 0, D->lgsize); in dasm_setup()
141 if (D->pclabels) memset((void *)D->pclabels, 0, D->pcsize); in dasm_setup()
144 D->sections[i].rbuf = D->sections[i].buf - D->sections[i].pos; in dasm_setup()
194 D->section = &D->sections[n]; goto stop; in dasm_put()
261 if (D->status != DASM_S_OK) return D->status; in dasm_link()
414 D->section != &D->sections[secmatch]) in dasm_checkstep()
[all …]
H A Ddasm_ppc.h110 if (D->pclabels) DASM_M_FREE(Dst, D->pclabels, D->pcsize); in dasm_free()
111 if (D->lglabels) DASM_M_FREE(Dst, D->lglabels, D->lgsize); in dasm_free()
112 DASM_M_FREE(Dst, D, D->psize); in dasm_free()
139 D->section = &D->sections[0]; in dasm_setup()
140 memset((void *)D->lglabels, 0, D->lgsize); in dasm_setup()
141 if (D->pclabels) memset((void *)D->pclabels, 0, D->pcsize); in dasm_setup()
144 D->sections[i].rbuf = D->sections[i].buf - D->sections[i].pos; in dasm_setup()
194 D->section = &D->sections[n]; goto stop; in dasm_put()
265 if (D->status != DASM_S_OK) return D->status; in dasm_link()
413 D->section != &D->sections[secmatch]) in dasm_checkstep()
[all …]
H A Ddasm_arm.h111 if (D->pclabels) DASM_M_FREE(Dst, D->pclabels, D->pcsize); in dasm_free()
112 if (D->lglabels) DASM_M_FREE(Dst, D->lglabels, D->lgsize); in dasm_free()
113 DASM_M_FREE(Dst, D, D->psize); in dasm_free()
140 D->section = &D->sections[0]; in dasm_setup()
141 memset((void *)D->lglabels, 0, D->lgsize); in dasm_setup()
142 if (D->pclabels) memset((void *)D->pclabels, 0, D->pcsize); in dasm_setup()
145 D->sections[i].rbuf = D->sections[i].buf - D->sections[i].pos; in dasm_setup()
203 D->section = &D->sections[n]; goto stop; in dasm_put()
282 if (D->status != DASM_S_OK) return D->status; in dasm_link()
451 D->section != &D->sections[secmatch]) in dasm_checkstep()
[all …]
H A Ddasm_x86.h112 if (D->pclabels) DASM_M_FREE(Dst, D->pclabels, D->pcsize); in dasm_free()
113 if (D->lglabels) DASM_M_FREE(Dst, D->lglabels, D->lgsize); in dasm_free()
114 DASM_M_FREE(Dst, D, D->psize); in dasm_free()
141 D->section = &D->sections[0]; in dasm_setup()
142 memset((void *)D->lglabels, 0, D->lgsize); in dasm_setup()
143 if (D->pclabels) memset((void *)D->pclabels, 0, D->pcsize); in dasm_setup()
146 D->sections[i].rbuf = DASM_PTR_SUB(D->sections[i].buf, D->sections[i].pos); in dasm_setup()
264 n = *p; CK(n < D->maxsection, RANGE_SEC); D->section = &D->sections[n]; in dasm_put()
285 if (D->status != DASM_S_OK) return D->status; in dasm_link()
537 D->section != &D->sections[secmatch]) in dasm_checkstep()
[all …]
H A Ddasm_arm64.h116 if (D->pclabels) DASM_M_FREE(Dst, D->pclabels, D->pcsize); in dasm_free()
117 if (D->lglabels) DASM_M_FREE(Dst, D->lglabels, D->lgsize); in dasm_free()
118 DASM_M_FREE(Dst, D, D->psize); in dasm_free()
145 D->section = &D->sections[0]; in dasm_setup()
146 memset((void *)D->lglabels, 0, D->lgsize); in dasm_setup()
147 if (D->pclabels) memset((void *)D->pclabels, 0, D->pcsize); in dasm_setup()
150 D->sections[i].rbuf = DASM_PTR_SUB(D->sections[i].buf, D->sections[i].pos); in dasm_setup()
250 D->section = &D->sections[n]; goto stop; in dasm_put()
356 if (D->status != DASM_S_OK) return D->status; in dasm_link()
565 D->section != &D->sections[secmatch]) in dasm_checkstep()
[all …]
/php-src/ext/standard/tests/http/http_build_query/
H A Dhttp_build_query_variation2.phpt33D=val1&9%5B3%5D=val2&9%5Bstring%5D=string&name=homepage&page=10&sort%5B0%5D=desc&sort%5Badmin%5D%5…
34D=val1&prefix_9%5B3%5D=val2&prefix_9%5Bstring%5D=string&name=homepage&page=10&sort%5B0%5D=desc&sor…
/php-src/ext/standard/tests/class_object/
H A Dget_class_methods_basic_002.phpt17 echo "Accessing D from C:\n";
24 class D extends C {
32 echo "Accessing D from D:\n";
55 var_dump(get_class_methods("D"));
58 D::testFromD();
64 Accessing D from global scope:
86 Accessing D from C:
110 Accessing C from D:
119 Accessing D from D:
136 Accessing X from D:
[all …]
/php-src/tests/classes/
H A Diterators_008.phpt7 class D extends C implements Iterator {
37 foreach (new D as $x) {}
40 D::rewind(2)
41 D::valid(2)
42 D::current(2)
43 D::next(1)
44 D::valid(1)
45 D::current(1)
46 D::next(0)
47 D::valid(0)
H A Dstatic_properties_004.phpt6 class D extends C { }
7 class E extends D { }
10 var_dump(C::$p, D::$p, E::$p);
13 D::$p = 'changed.all';
14 var_dump(C::$p, D::$p, E::$p);
18 D::$p =& $ref;
19 var_dump(C::$p, D::$p, E::$p);
/php-src/ext/reflection/tests/
H A DReflectionProperty_getModifiers_basic.phpt15 class D extends C {
28 $rp = new ReflectionProperty("D", "a$i");
29 echo "D::a$i: ";
36 D::a1: int(1)
38 D::a2: int(2)
40 D::a3: int(4)
42 D::a4: int(17)
44 D::a5: int(18)
46 D::a6: int(20)
H A DReflectionProperty_constructor_variation1.phpt11 $rp = new ReflectionProperty("D", "p");
19 class D extends C{
22 $rp = new ReflectionProperty("D", "p");
32 $rp = new ReflectionProperty("D", "p");
42 D::testFromC();
45 D::testFromD();
49 Property D::$p does not exist
52 Property D::$p does not exist
55 Property D::$p does not exist
58 Property D::$p does not exist
H A Dbug43926.phpt8 class D extends E {
11 class A extends D {
19 $rd = new ReflectionClass('D');
29 print("Is? D ". ($rd->isInstance($ca) ? 'true' : 'false') .", instanceof: ". (($ca instanceof D) ? …
34 print("Is? D ". ($rd->isInstance($cc) ? 'true' : 'false') .", instanceof: ". (($cc instanceof D) ? …
39 print("Is? D ". ($rd->isInstance($cd) ? 'true' : 'false') .", instanceof: ". (($cd instanceof D) ? …
44 print("Is? D ". ($rd->isInstance($ce) ? 'true' : 'false') .", instanceof: ". (($ce instanceof D) ? …
51 Is? D true, instanceof: true
56 Is? D true, instanceof: true
61 Is? D true, instanceof: true
[all …]
/php-src/Zend/tests/named_params/
H A Dbasic.phpt73 a=A, b=B, c=C, d=D, e=E
74 a=A, b=B, c=C, d=D, e=E
75 a=A, b=B, c=C, d=D, e=E
78 a=A, b=B, c=C, d=D, e=E
79 a=A, b=B, c=C, d=D, e=E
80 a=A, b=B, c=C, d=D, e=E
83 a=A, b=B, c=C, d=D, e=E
84 a=A, b=B, c=C, d=D, e=E
85 a=A, b=B, c=C, d=D, e=E
88 a=A, b=B, c=C, d=D, e=E
[all …]
/php-src/ext/standard/tests/array/
H A Darray_chunk_variation25.phpt24 string(1) "D"
50 string(1) "D"
82 string(1) "D"
114 string(1) "D"
142 string(1) "D"
165 string(1) "D"
188 string(1) "D"
213 string(1) "D"
233 string(1) "D"
253 string(1) "D"
[all …]
/php-src/Zend/tests/
H A Dbug43483.phpt7 D::prot();
8 print_r(get_class_methods("D"));
11 class D extends C {
13 echo "Successfully called D::prot().\n";
16 D::test();
19 Successfully called D::prot().
/php-src/ext/zip/
H A Dconfig.w3219 … "/D _WIN32 /D HAVE_SET_MTIME /D HAVE_ENCRYPTION /D HAVE_LIBZIP_VERSION /D HAVE_PROGRESS_CALLBACK …
/php-src/ext/date/tests/
H A Dbug74057.phpt5 echo date("D Y-m-d", strtotime("saturday this week", strtotime("Sun 2017-01-01")))."\n";
6 echo date("D Y-m-d", strtotime("saturday this week", strtotime("Mon 2017-01-02")))."\n";
7 echo date("D Y-m-d", strtotime("saturday this week", strtotime("Tue 2017-01-03")))."\n";
8 echo date("D Y-m-d", strtotime("saturday this week", strtotime("Wed 2017-01-04")))."\n";
9 echo date("D Y-m-d", strtotime("saturday this week", strtotime("Thu 2017-01-05")))."\n";
10 echo date("D Y-m-d", strtotime("saturday this week", strtotime("Fri 2017-01-06")))."\n";
11 echo date("D Y-m-d", strtotime("saturday this week", strtotime("Sat 2017-01-07")))."\n";
12 echo date("D Y-m-d", strtotime("saturday this week", strtotime("Sun 2017-01-08")))."\n";
13 echo date("D Y-m-d", strtotime("saturday this week", strtotime("Mon 2017-01-09")))."\n";
H A Dbug54851.phpt2 Bug #54851 (DateTime::createFromFormat() doesn't interpret "D")
8 $date2 = DateTime::createFromFormat("D H i s", $date->format("D"). ' 0 00 00');
11 var_dump($date->format("D") == $date2->format("D"));
14 $datePre = DateTime::createFromFormat("!D d M Y", "Fri 17 may 2011");
15 $datePost = DateTime::createFromFormat("!d M Y D", "17 may 2011 Fri");
23 $date2 = DateTime::createFromFormat("D H i s", "Tuesday 0 00 00");
26 var_dump($date1->format('D') == $date2->format('D'));
29 $date1 = DateTime::createFromFormat("!D d M Y", "Fri 19 November 2011");
36 $date1 = DateTime::createFromFormat("!D d M Y", "Sat 19 November 2011");
/php-src/ext/standard/tests/serialize/
H A Dunserialize_subclasses.phpt7 class D extends C {}
10 $d = serialize(new D);
13 var_dump(unserialize($c, ["allowed_classes" => ["D"]]));
15 var_dump(unserialize($d, ["allowed_classes" => ["D"]]));
26 string(1) "D"
28 object(D)#%d (0) {
/php-src/ext/mbstring/tests/
H A Dmb_strcut_negative_length.phpt7 var_dump(mb_strcut('Déjà vu', 1, -3));
8 var_dump(mb_strcut('Déjà vu', 1, -4));
9 var_dump(mb_strcut('Déjà vu', 1, -5));
10 var_dump(mb_strcut('Déjà vu', 1, -6));
11 var_dump(mb_strcut('Déjà vu', 1, -999));
H A Dmb_encode_mimeheader_basic4.phpt135D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=0D=00=00=00=00=…
149 string(18) "=?US-ASCII?Q?=3D?="
176 string(33) "=?HZ-GB-2312?Q?=7E=7Bs=5B=7E=7D?="
/php-src/ext/dba/
H A Dconfig.w3214 ADD_FLAG("CFLAGS_DBA", "/D DBA_FLATFILE=1 /D DBA_CDB=1 /D DBA_CDB_BUILTIN=1 /D DBA_INIFILE=1");
19 …AGS_DBA", "/D DBA_DB1=0 /D DB1_VERSION=\"\\\"Berkeley DB 1.85 emulation in DB3\\\"\" /D DB1_INCLUD…
/php-src/ext/standard/tests/file/
H A D005_basic.phpt7 print( @date('Y:M:D:H:i:s', fileatime(__FILE__)) )."\n";
8 print( @date('Y:M:D:H:i:s', filemtime(__FILE__)) )."\n";
9 print( @date('Y:M:D:H:i:s', filectime(__FILE__)) )."\n";
10 print( @date('Y:M:D:H:i:s', touch(__DIR__."/005_basic.tmp")) )."\n";
13 print( @date('Y:M:D:H:i:s', fileatime(".")) )."\n";
14 print( @date('Y:M:D:H:i:s', filemtime(".")) )."\n";
15 print( @date('Y:M:D:H:i:s', filectime(".")) )."\n";
16 print( @date('Y:M:D:H:i:s', touch(__DIR__."/005_basic")) )."\n";
/php-src/tests/lang/
H A DforeachLoopObjects.002.phpt39 class D extends C {
61 class E extends D {
91 $myD = new D;
105 $myD = new D;
125 $myD = new D;
128 $myD = new D;
131 $myD = new D;
155 $myD = new D;
341 in D::doForEach
400 in D::doForEach
[all …]
/php-src/Zend/tests/type_declarations/dnf_types/
H A Dgh9516.phpt2 GH-9516: (A&B)|D as a param should allow AB or D. Not just A.
8 interface D { }
13 class D_ implements D {}
16 public function method1((A&B)|D $arg): void {}
17 public function method2((B&A)|D $arg): void {}
18 public function method3(D|(A&B) $arg): void {}
19 public function method4(D|(B&A) $arg): void {}
142 T::method1(): Argument #1 ($arg) must be of type (A&B)|D, A_ given, called in %s on line %d
143 T::method1(): Argument #1 ($arg) must be of type (A&B)|D, B_ given, called in %s on line %d
146 T::method2(): Argument #1 ($arg) must be of type (B&A)|D, A_ given, called in %s on line %d
[all …]

Completed in 42 milliseconds

12345678910>>...15