Home
last modified time | relevance | path

Searched refs:C (Results 126 – 150 of 676) sorted by relevance

12345678910>>...28

/PHP-5.5/ext/openssl/tests/
H A Dopenssl_x509_parse_basic_v9.phpt17 …string(96) "/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnange…
20 ["C"]=>
35 ["C"]=>
136 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
138 string(202) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D
139 DirName:/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnangelo@ph…
148 …string(96) "/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnange…
267 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
269 string(202) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D
270 DirName:/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnangelo@ph…
H A Dopenssl_x509_parse_basic.phpt17 …string(96) "/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnange…
20 ["C"]=>
35 ["C"]=>
151 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
153 string(202) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D
154 DirName:/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnangelo@ph…
163 …string(96) "/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnange…
297 string(59) "DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D"
299 string(202) "keyid:DB:7E:40:72:BD:5C:35:85:EC:29:29:81:12:E8:62:68:6A:B7:3F:7D
300 DirName:/C=BR/ST=Rio Grande do Sul/L=Porto Alegre/CN=Henrique do N. Angelo/emailAddress=hnangelo@ph…
/PHP-5.5/ext/reflection/tests/
H A DReflectionObject_isUserDefined_basic.phpt5 class C {
9 $r2 = new ReflectionObject(new ReflectionClass('C'));
12 $r5 = new ReflectionObject(new C);
H A DReflectionObject_getName_basic.phpt11 class C { }
12 $myInstance = new C;
25 string(1) "C"
H A DReflectionObject_isInternal_basic.phpt5 class C {
9 $r2 = new ReflectionObject(new ReflectionClass('C'));
12 $r5 = new ReflectionObject(new C);
H A DReflectionObject_isInstantiable_basic.phpt5 class C {
25 $classes = array("C", "ifaceImpl", "D");
34 Is C instantiable? bool(true)
H A DReflectionObject_isSubclassOf_basic.phpt7 class C extends B {}
12 $classNames = array('A', 'B', 'C', 'I', 'X');
49 Is A a subclass of C?
68 Is B a subclass of C?
79 Is C a subclass of A?
83 Is C a subclass of B?
87 Is C a subclass of C?
91 Is C a subclass of I?
94 Is C a subclass of X?
106 Is X a subclass of C?
H A DReflectionClass_isInstantiable_basic.phpt5 class C {
25 $classes = array("C", "iface", "ifaceImpl", "abstractClass", "D");
36 Is C instantiable? bool(true)
H A DReflectionObject_isSubclassOf.002.phpt8 class C {}
9 $ro = new ReflectionObject(new C);
18 var_dump($ro->isSubclassOf('C', 'C'));
H A Dbug39067.phpt14 class C extends B {
18 $rc = new ReflectionClass('C');
41 string(1) "C"
/PHP-5.5/Zend/tests/
H A Dget_class_vars_006.phpt12 class C extends B { }
16 var_dump(get_class_vars('C'));
24 var_dump(get_class_vars('C'));
H A Dbug48408.phpt10 class C{
16 $c = new C;
28 #0 %s(%d): C->generate(0)
H A Dget_class_vars_003.phpt18 var_dump(get_class_vars('C'));
22 class C extends B {
32 new C;
H A Dbug64239_3.phpt9 class C extends A {
25 $c = new C();
32 #0 C->Bmethod() called at [%sbug64239_3.php:%d]
H A Dget_class_vars_004.phpt14 static protected $C = 6;
50 ["C"]=>
64 ["C"]=>
H A Dbug42937.phpt11 class C {
24 C::test6();
42 Fatal error: Call to undefined method C::test6() in %sbug42937.php on line 21
/PHP-5.5/ext/standard/tests/general_functions/
H A Dcallbacks_001.phpt20 class C extends B {
27 $this->call(array('C', 'parent::who'));
31 $this->call(array('C', 'who'));
48 $o = new C;
86 C|parent::who
94 C|who
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt16 $serialized = 'O:1:"C":1:{s:1:"p";i:1;}';
19 eval('Class C {}');
68 object(C)#%d (1) {
80 Notice: Undefined property: C::$x in %s on line 37
87 string(1) "C"
93 … property of an incomplete object. Please ensure that the class definition "C" of the object you a…
96 … property of an incomplete object. Please ensure that the class definition "C" of the object you a…
98 … property of an incomplete object. Please ensure that the class definition "C" of the object you a…
101 … property of an incomplete object. Please ensure that the class definition "C" of the object you a…
104 … property of an incomplete object. Please ensure that the class definition "C" of the object you a…
[all …]
/PHP-5.5/tests/output/
H A Dob_start_error_004.phpt10 Class C {
13 $c = new C;
18 Warning: ob_start(): class 'C' does not have a method 'f' in %s on line %d
/PHP-5.5/ext/filter/tests/
H A D030.phpt13 "A1080::8:800:200C:417A" => false,
14 "1080::8:Z00:200C:417A" => false,
16 "1080::8:800:200C:417A" => true,
17 "1080:0:0:0:8:800:200C:417A" => true,
/PHP-5.5/tests/lang/
H A DpassByReference_005.phpt36 class C {
98 C::v($u1);
99 C::r($u2);
103 C::vv($u1, $u2);
107 C::vr($u1, $u2);
111 C::rv($u1, $u2);
115 C::rr($u1, $u2);
120 $c = new C($u1, $u2);
184 Strict Standards: Non-static method C::v() should not be called statically in %s on line 95
186 Strict Standards: Non-static method C::r() should not be called statically in %s on line 96
[all …]
H A DforeachLoopObjects.005.phpt6 class C {
15 $obj = new C;
30 $obj = new C;
52 object(C)#%d (4) {
69 object(C)#%d (4) {
/PHP-5.5/ext/mbstring/libmbfl/
H A DINSTALL11 Visual C++ 6.0 and Borland C++ 5.0 is suppoted.
/PHP-5.5/tests/classes/
H A Dstatic_properties_undeclared_isset.phpt5 Class C {}
6 var_dump(isset(C::$p));
/PHP-5.5/ext/spl/tests/
H A DarrayObject_clone_basic2.phpt5 class C { }
7 $c = new C;
19 object(C)#1 (3) {
29 object(C)#1 (3) {

Completed in 38 milliseconds

12345678910>>...28