Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-5.5/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-5.5/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);
76 string(1) "C"
[all …]
H A Dtype_hinting_004.phpt28 class C {
92 in C::f1 (static);
93 in C::f1 (static);
95 in C::f2 (static);
96 in C::f2 (static);
97 in C::f2 (static);
98 in C::f2 (static);
103 in C::f1 (instance);
104 in C::f1 (instance);
106 in C::f2 (instance);
[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")));
50 About to construct new C:
52 Is C::A() callable?
54 Is C::B() callable?
[all …]
/PHP-5.5/ext/intl/tests/
H A Dnormalizer_normalize.phpt102 '%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%…
104 '%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
106 '%E2%84%A6%7C%7C%CE%A9' normalized to form 'UNORM_FORM_C' is '%CE%A9%7C%7C%CE%A9' error info: 'U_ZE…
114 '%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%…
116 '%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%…
126 '%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…
128 '%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
138 '%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…
140 '%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
150 '%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-5.5/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? ";
61 Does C::pub exist? bool(true)
62 Does C::prot exist? bool(true)
63 Does C::priv exist? bool(true)
64 Does C::static_pub exist? bool(true)
76 Does C::pub exist? bool(true)
77 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-5.5/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(256)
37 C::a2: int(512)
39 C::a3: int(1024)
41 C::a4: int(257)
43 C::a5: int(513)
45 C::a6: int(1025)
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 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 DReflectionClass_getProperty_004.phpt28 class C extends B {
29 public $pubC = "pubC in C";
40 $myC = new C;
85 showInfo("C::pubC");
86 showInfo("C::protC");
87 showInfo("C::privC");
139 %unicode|string%(1) "C"
147 %unicode|string%(1) "C"
155 %unicode|string%(1) "C"
213 %unicode|string%(1) "C"
[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-5.5/win32/build/
H A Dbuildconf.js125 C.WriteLine(");");
218 C.WriteBlankLines(1);
221 C.WriteLine('PHP_DSP="no"');
222 C.WriteBlankLines(1);
255 C.WriteLine("try {");
256 C.WriteLine(item);
259 C.WriteLine("}");
262 C.WriteBlankLines(1);
264 C.WriteBlankLines(1);
268 C.Write(modules);
[all …]
/PHP-5.5/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 …]
/PHP-5.5/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 Dbug42819.phpt9 const C = "foo\\foo\\C\n";
14 const C = "foo\\foo\\foo::C\n";
20 const C = "foo\\C\n";
24 const C = "foo\\foo::C\n";
26 const C1 = C;
86 echo C;
146 foo\C
147 foo\foo\C
154 foo\C
155 foo\foo\C
[all …]
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;
/PHP-5.5/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
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_variation25.phpt22 string(1) "C"
50 string(1) "C"
82 string(1) "C"
114 string(1) "C"
145 string(1) "C"
168 string(1) "C"
191 string(1) "C"
213 string(1) "C"
233 string(1) "C"
253 string(1) "C"
[all …]

Completed in 112 milliseconds

12345678910>>...28