/PHP-8.0/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-8.0/ext/standard/tests/class_object/ |
H A D | method_exists_basic_001.phpt | 14 Class C extends B { 33 echo "Does C::$method exist? "; 38 $myC = new C; 40 echo "Does C::$method exist? "; 54 Does C::pub exist? bool(true) 55 Does C::prot exist? bool(true) 56 Does C::priv exist? bool(true) 57 Does C::static_pub exist? bool(true) 69 Does C::pub exist? bool(true) 70 Does C::prot exist? bool(true) [all …]
|
H A D | get_class_methods_basic_003.phpt | 14 class C implements I { 22 echo "Accessing I from C:\n"; 24 echo "Accessing C from C:\n"; 25 var_dump(get_class_methods("C")); 32 echo "Accessing C from global scope:\n"; 33 var_dump(get_class_methods("C")); 34 C::testFromC(); 43 Accessing C from global scope: 52 Accessing I from C: 57 Accessing C from C:
|
H A D | get_class_methods_basic_002.phpt | 9 class C { 15 echo "Accessing C from C:\n"; 17 echo "Accessing D from C:\n"; 19 echo "Accessing X from C:\n"; 24 class D extends C { 57 C::testFromC(); 75 Accessing C from C: 86 Accessing D from C: 103 Accessing X from C: 110 Accessing C from D: [all …]
|
/PHP-8.0/tests/classes/ |
H A D | constants_basic_001.phpt | 10 class C 33 var_dump(C::c1); 34 var_dump(C::c2); 35 var_dump(C::c3); 36 var_dump(C::c4); 37 var_dump(C::c5); 38 var_dump(C::c6); 39 var_dump(C::c7); 40 var_dump(C::c8); 41 var_dump(C::c9); [all …]
|
/PHP-8.0/ext/intl/tests/ |
H A D | normalizer_normalize.phpt | 99 '%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%… 101 '%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… 103 '%E2%84%A6%7C%7C%CE%A9' normalized to form 'UNORM_FORM_C' is '%CE%A9%7C%7C%CE%A9' error info: 'U_ZE… 111 '%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%… 113 '%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%… 115 '%E2%84%A6%7C%7C%CE%A9' normalized to form 'UNORM_FORM_D' is '%CE%A9%7C%7C%CE%A9' error info: 'U_ZE… 123 '%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… 125 '%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… 127 '%E2%84%A6%7C%7C%CE%A9' normalized to form 'UNORM_FORM_KC' is '%CE%A9%7C%7C%CE%A9' error info: 'U_Z… 135 '%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… [all …]
|
/PHP-8.0/Zend/tests/named_params/ |
H A D | call_user_func.phpt | 72 a = A, b = b, c = C 73 a = A, b = b, c = C 74 a = a, b = b, c = C 79 string(1) "C" 94 a = A, b = b, c = C 99 string(1) "C" 101 a = A, b = b, c = C 106 string(1) "C" 109 a = A, b = b, c = C 110 a = A, b = b, c = C [all …]
|
H A D | basic.phpt | 73 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 76 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 81 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 [all …]
|
/PHP-8.0/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 | 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 | 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(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 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 …]
|
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"
|
/PHP-8.0/ext/standard/tests/serialize/ |
H A D | serialization_objects_011.phpt | 26 Class C extends B { 64 prettyPrint(new C); 137 object(C)#%d (10) { 139 string(7) "C.APriv" 141 string(7) "C.AProt" 143 string(6) "C.APub" 149 string(6) "C.CPub" 160 …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:"… 162 object(C)#%d (10) { 168 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"]])); 18 object(C)#%d (0) { 22 string(1) "C"
|
/PHP-8.0/win32/build/ |
H A D | buildconf.js | 119 C.WriteLine("false // dummy"); 121 C.WriteLine(");"); 236 C.WriteLine("try {"); 237 C.WriteLine(item); 238 C.WriteLine("} catch (e) {"); 240 C.WriteLine("}"); 243 C.WriteBlankLines(1); 245 C.WriteBlankLines(1); 249 C.WriteBlankLines(1); 253 C.Write(modules); [all …]
|
/PHP-8.0/ext/spl/tests/ |
H A D | spl_autoload_010.phpt | 14 echo "C -> $name\n"; 15 class C{} 22 new C; 25 B -> C 26 A -> C 27 C -> C
|
/PHP-8.0/Zend/tests/ |
H A D | bug37212.phpt | 29 class C extends A {} 33 $C = new C("C"); 34 var_dump($C); 36 $B->copyValue($C); 46 object(C)#%d (1) { 48 string(1) "C" 52 string(1) "C"
|
H A D | lsb_021.phpt | 34 class C extends B { 38 C::testForward(); 39 C::testNoForward(); 43 C 44 C 45 C 46 C 47 C 48 C
|
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-8.0/Zend/tests/type_declarations/ |
H A D | static_type_trait.phpt | 12 class C { 15 class P extends C { 18 $c = new C; 27 object(C)#1 (0) { 34 Fatal error: Uncaught TypeError: C::test(): Return value must be of type P, C returned in %s:%d 36 #0 %s(%d): C->test(Object(C))
|
/PHP-8.0/tests/lang/ |
H A D | engine_assignExecutionOrder_008.phpt | 53 Class C { 57 echo "\n" . 'C::$p=f(): '; 58 echo $a[C::$p=f()][++C::$p]; 60 echo "\n" . 'C::$p[0]=f(): '; 61 C::$p = array(); 62 echo $a[C::$p[0]=f()][++C::$p[0]]; 65 C::$p = new stdclass; 66 echo $a[C::$p->q=f()][++C::$p->q]; 78 C::$p=f(): good 79 C::$p[0]=f(): good [all …]
|