Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 754) sorted by relevance

12345678910>>...31

/PHP-7.4/ext/oci8/tests/
H A Dbug43492.phpt73 A B C D E F G H I J
74 A B C D E F G H I J
75 A B C D E F G H I J
76 A B C D E F G H I J
77 A B C D E F G H I J
78 A B C D E F G H I J
79 A B C D E F G H I J
80 A B C D E F G H I J
81 A B C D E F G H I J
82 A B C D E F G H I J
[all …]
H A Dbug43492_2.phpt64 A B C D E F G H I J
65 A B C D E F G H I J
66 A B C D E F G H I J
67 A B C D E F G H I J
68 A B C D E F G H I J
69 A B C D E F G H I J
70 A B C D E F G H I J
71 A B C D E F G H I J
72 A B C D E F G H I J
73 A B C D E F G H I J
[all …]
/PHP-7.4/ext/standard/tests/class_object/
H A Dmethod_exists_basic_001.phpt20 Class C extends B {
39 echo "Does C::$method exist? ";
44 $myC = new C;
46 echo "Does C::$method exist? ";
60 Does C::pub exist? bool(true)
61 Does C::prot exist? bool(true)
62 Does C::priv exist? bool(true)
63 Does C::static_pub exist? bool(true)
75 Does C::pub exist? bool(true)
76 Does C::prot exist? bool(true)
[all …]
H A Dget_class_methods_basic_003.phpt20 class C implements I {
28 echo "Accessing I from C:\n";
30 echo "Accessing C from C:\n";
31 var_dump(get_class_methods("C"));
38 echo "Accessing C from global scope:\n";
39 var_dump(get_class_methods("C"));
40 C::testFromC();
49 Accessing C from global scope:
58 Accessing I from C:
63 Accessing C from C:
H A Dget_class_methods_basic_002.phpt15 class C {
21 echo "Accessing C from C:\n";
23 echo "Accessing D from C:\n";
25 echo "Accessing X from C:\n";
30 class D extends C {
63 C::testFromC();
81 Accessing C from C:
92 Accessing D from C:
109 Accessing X from C:
116 Accessing C from D:
[all …]
/PHP-7.4/ext/intl/tests/
H A Dnormalizer_normalize.phpt107 '%C3%A4%7C%7C%C3%A5%7C%7C%C3%B6' normalized to form 'UNORM_FORM_C' is '%C3%A4%7C%7C%C3%A5%7C%7C%C3%…
109 '%E2%84%AB%7C%7C%C3%85%7C%7CA%CC%8A' normalized to form 'UNORM_FORM_C' is '%C3%85%7C%7C%C3%85%7C%7C
111 '%E2%84%A6%7C%7C%CE%A9' normalized to form 'UNORM_FORM_C' is '%CE%A9%7C%7C%CE%A9' error info: 'U_ZE…
119 '%C3%A4%7C%7C%C3%A5%7C%7C%C3%B6' normalized to form 'UNORM_FORM_D' is 'a%CC%88%7C%7Ca%CC%8A%7C%7Co%…
121 '%E2%84%AB%7C%7C%C3%85%7C%7CA%CC%8A' normalized to form 'UNORM_FORM_D' is 'A%CC%8A%7C%7CA%CC%8A%7C%…
131 '%C3%A4%7C%7C%C3%A5%7C%7C%C3%B6' normalized to form 'UNORM_FORM_KC' is '%C3%A4%7C%7C%C3%A5%7C%7C%C3…
133 '%E2%84%AB%7C%7C%C3%85%7C%7CA%CC%8A' normalized to form 'UNORM_FORM_KC' is '%C3%85%7C%7C%C3%85%7C%7
143 '%C3%A4%7C%7C%C3%A5%7C%7C%C3%B6' normalized to form 'UNORM_FORM_KD' is 'a%CC%88%7C%7Ca%CC%8A%7C%7Co…
145 '%E2%84%AB%7C%7C%C3%85%7C%7CA%CC%8A' normalized to form 'UNORM_FORM_KD' is 'A%CC%8A%7C%7CA%CC%8A%7C
155 '%C3%A4%7C%7C%C3%A5%7C%7C%C3%B6' normalized to form 'UNORM_NONE' is '%C3%A4%7C%7C%C3%A5%7C%7C%C3%B6…
[all …]
/PHP-7.4/tests/classes/
H A Dconstants_basic_001.phpt10 class C
35 var_dump(C::c0);
36 var_dump(C::c1);
37 var_dump(C::c2);
38 var_dump(C::c3);
39 var_dump(C::c4);
40 var_dump(C::c5);
41 var_dump(C::c6);
42 var_dump(C::c7);
43 var_dump(C::c8);
[all …]
H A Dinheritance_005.phpt17 class C extends B
31 echo "About to construct new C: \n";
32 $c = new C;
34 echo "Is C::A() callable?\n";
37 echo "Is C::B() callable?\n";
40 echo "Is C::C() callable?\n";
41 var_dump(is_callable(array($c, "C")));
51 About to construct new C:
53 Is C::A() callable?
55 Is C::B() callable?
[all …]
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getMethods_003.phpt8 class C {
50 string(1) "C"
57 string(1) "C"
64 string(1) "C"
71 string(1) "C"
80 string(1) "C"
87 string(1) "C"
94 string(1) "C"
101 string(1) "C"
110 string(1) "C"
[all …]
H A DReflectionClass_getProperties_003.phpt8 class C {
48 string(1) "C"
55 string(1) "C"
62 string(1) "C"
69 string(1) "C"
78 string(1) "C"
85 string(1) "C"
92 string(1) "C"
99 string(1) "C"
108 string(1) "C"
[all …]
H A DReflectionProperty_getModifiers_basic.phpt6 class C {
15 class D extends C {
25 $rp = new ReflectionProperty("C", "a$i");
26 echo "C::a$i: ";
35 C::a1: int(1)
37 C::a2: int(2)
39 C::a3: int(4)
41 C::a4: int(17)
43 C::a5: int(18)
45 C::a6: int(20)
H A DReflectionClass_getProperty_004.phpt28 class C extends B {
40 $myC = new C;
85 showInfo("C::pubC");
86 showInfo("C::protC");
139 string(1) "C"
147 string(1) "C"
155 string(1) "C"
213 string(1) "C"
223 string(1) "C"
231 string(1) "C"
[all …]
H A Dbug45139.phpt16 class C extends B {
22 $rc = new ReflectionClass('C');
34 $rc = new ReflectionClass('C');
38 $rc = new ReflectionClass('C');
40 var_dump($rp->getDeclaringClass()->getName()); // C
46 $rc = new ReflectionClass('C');
48 var_dump($rp->getDeclaringClass()->getName()); // C
52 string(1) "C"
56 string(1) "C"
58 string(1) "C"
H A Dproperty_exists.phpt162 ===C===
163 C::$a
165 C::$b
167 C::$c
169 C::$d
171 C::$e
174 C::$a
176 C::$b
178 C::$c
180 C::$d
[all …]
H A DReflectionClass_getConstants_basic.phpt5 class C {
6 const a = 'hello from C';
8 class D extends C {
18 $classes = array('C', 'D', 'E', 'F', 'X');
26 Constants from class C:
29 string(12) "hello from C"
34 string(12) "hello from C"
39 string(12) "hello from C"
H A DReflectionClass_hasProperty_basic.phpt8 //New instance of class C - defined below
9 $rc = new ReflectionClass("C");
11 //Check if C has public property publicFoo
14 //Check if C has protected property protectedFoo
17 //Check if C has private property privateFoo
20 //Check if C has static property staticFoo
23 //C should not have property bar
26 Class C {
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_011.phpt37 Class C extends B {
75 prettyPrint(new C);
148 object(C)#%d (10) {
150 string(7) "C.APriv"
152 string(7) "C.AProt"
154 string(6) "C.APub"
160 string(6) "C.CPub"
171C":10:{s:8:"\0C\0APriv";s:7:"C.APriv";s:8:"\0*\0AProt";s:7:"C.AProt";s:4:"APub";s:6:"C.APub";s:8:"…
173 object(C)#%d (10) {
179 string(6) "C.APub"
[all …]
H A Dunserialize_subclasses.phpt6 class C {}
7 class D extends C {}
9 $c = serialize(new C);
12 var_dump(unserialize($c, ["allowed_classes" => ["C"]]));
14 var_dump(unserialize($d, ["allowed_classes" => ["C"]]));
17 object(C)#%d (0) {
21 string(1) "C"
/PHP-7.4/win32/build/
H A Dbuildconf.js121 C.WriteLine("false // dummy");
123 C.WriteLine(");");
238 C.WriteLine("try {");
239 C.WriteLine(item);
240 C.WriteLine("} catch (e) {");
242 C.WriteLine("}");
245 C.WriteBlankLines(1);
247 C.WriteBlankLines(1);
251 C.WriteBlankLines(1);
255 C.Write(modules);
[all …]
/PHP-7.4/Zend/tests/
H A Dlsb_021.phpt30 class C extends B {
34 C::testForward();
35 C::testNoForward();
39 C
40 C
41 C
42 C
43 C
44 C
H A Dbug37212.phpt29 class C extends A {}
33 $C = new C("C");
34 var_dump($C);
36 $B->copyValue($C);
47 object(C)#%d (1) {
49 string(1) "C"
53 string(1) "C"
H A Dns_034.phpt8 const C = "ok\n";
10 function f1($x=Foo::C) {
13 function f2($x=B\Foo::C) {
16 function f3($x=\A\Foo::C) {
19 echo Foo::C;
20 echo B\Foo::C;
21 echo \A\Foo::C;
H A Dbug42819.phpt7 const C = "foo\\foo\\C\n";
12 const C = "foo\\foo\\foo::C\n";
18 const C = "foo\\C\n";
22 const C = "foo\\foo::C\n";
24 const C1 = C;
84 echo C;
144 foo\C
145 foo\foo\C
152 foo\C
153 foo\foo\C
[all …]
H A Dno_class_const_propagation_in_closures.phpt7 const C = 'A::C';
11 return self::C;
17 const C = 'B::C';
25 string(4) "B::C"
/PHP-7.4/ext/spl/tests/
H A Dspl_autoload_010.phpt14 echo "C -> $name\n";
15 class C{}
22 new C;
27 B -> C
28 A -> C
29 C -> C

Completed in 82 milliseconds

12345678910>>...31