/PHP-7.3/ext/oci8/tests/ |
H A D | bug43492.phpt | 73 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 D | bug43492_2.phpt | 64 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.3/ext/standard/tests/class_object/ |
H A D | method_exists_basic_001.phpt | 20 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 D | get_class_methods_basic_003.phpt | 20 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 D | get_class_methods_basic_002.phpt | 15 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.3/ext/intl/tests/ |
H A D | normalizer_normalize.phpt | 107 '%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.3/tests/classes/ |
H A D | constants_basic_001.phpt | 10 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); 75 string(1) "C" [all …]
|
H A D | inheritance_005.phpt | 17 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.3/ext/reflection/tests/ |
H A D | ReflectionClass_getMethods_003.phpt | 8 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 D | ReflectionClass_getProperties_003.phpt | 8 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 D | ReflectionProperty_getModifiers_basic.phpt | 6 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 D | ReflectionClass_getProperty_004.phpt | 28 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 D | property_exists.phpt | 162 ===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 D | bug45139.phpt | 16 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 D | ReflectionClass_getProperty_003.phpt | 28 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 …]
|
/PHP-7.3/ext/standard/tests/serialize/ |
H A D | serialization_objects_011.phpt | 37 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" 171 …C":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 D | unserialize_subclasses.phpt | 6 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.3/win32/build/ |
H A D | buildconf.js | 121 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.3/Zend/tests/ |
H A D | lsb_021.phpt | 30 class C extends B { 34 C::testForward(); 35 C::testNoForward(); 39 C 40 C 41 C 42 C 43 C 44 C
|
H A D | bug37212.phpt | 29 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 D | bug42819.phpt | 7 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 D | ns_034.phpt | 8 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 D | no_class_const_propagation_in_closures.phpt | 7 const C = 'A::C'; 11 return self::C; 17 const C = 'B::C'; 25 string(4) "B::C"
|
/PHP-7.3/ext/spl/tests/ |
H A D | spl_autoload_010.phpt | 14 echo "C -> $name\n"; 15 class C{} 22 new C; 27 B -> C 28 A -> C 29 C -> C
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | array_chunk_variation25.phpt | 22 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 …]
|