Home
last modified time | relevance | path

Searched refs:C (Results 176 – 200 of 973) sorted by relevance

12345678910>>...39

/PHP-8.2/ext/standard/tests/array/
H A Darray_splice_variation3.phpt106 string(1) "C"
151 string(1) "C"
196 string(1) "C"
237 string(1) "C"
278 string(1) "C"
313 string(1) "C"
352 string(1) "C"
397 string(1) "C"
430 string(1) "C"
475 string(1) "C"
[all …]
/PHP-8.2/Zend/tests/named_params/
H A Dfunc_get_args.phpt14 test(c: 'C', a: 'A');
25 string(1) "C"
29 string(1) "C"
/PHP-8.2/Zend/tests/generators/
H A Dgh9750-002.phpt9 class C {
19 $gen = $gen(new C());
32 C::__destruct
H A Dgh9750-003.phpt9 class C {
19 $gen = $gen(new C());
32 C::__destruct
H A Dgh9750-004.phpt9 class C {
19 $gen = $gen(new C());
32 C::__destruct
H A Dgh9750-007.phpt9 class C {
19 $gen = $gen(new C());
32 C::__destruct
H A Dgh9750-006.phpt9 class C {
19 $gen = $gen(new C());
32 C::__destruct
H A Dgh9750-005.phpt9 class C {
19 $gen = $gen(new C());
33 C::__destruct
/PHP-8.2/Zend/tests/fibers/
H A Dgh9735-001.phpt6 class C {
13 $c = new C();
36 C::__destruct
H A Dgh10340-003.phpt6 class C {
13 $c = new C();
36 C::__destruct
H A Dgh9735-002.phpt6 class C {
17 $c = new C();
40 C::__destruct
H A Dgh9735-003.phpt6 class C {
18 $c = new C();
39 C::__destruct
H A Dgh9735-004.phpt6 class C {
18 $c = new C();
39 C::__destruct
/PHP-8.2/ext/standard/tests/class_object/
H A Dforward_static_call_003.phpt24 class C
26 const NAME = 'C';
38 C::test();
49 C
/PHP-8.2/Zend/tests/
H A Dns_010.phpt8 const C = "const ok\n";
23 echo Foo::C;
24 echo Y\Foo::C;
25 echo \X\Foo::C;
H A Dlsb_017.phpt16 class C extends A {
21 echo A::test(B::test(C::test(D::test())))."\n";
25 C
/PHP-8.2/ext/standard/tests/serialize/
H A Dserialization_objects_018.phpt12 var_dump(unserialize('C:1:"A":3x{foo}'));
14 var_dump(unserialize('C:1:"A":3:xfoo}'));
16 var_dump(unserialize('C:1:"A":3:{foox'));
18 var_dump(unserialize('C:1:"A":'));
/PHP-8.2/tests/classes/
H A Dtype_hinting_005d.phpt5 Class C { function f($a) {} }
8 Class D extends C { function f(array $a) {} }
11 Fatal error: Declaration of D::f(array $a) must be compatible with C::f($a) in %s on line 5
H A Dtype_hinting_005c.phpt5 Class C { function f(SomeClass $a) {} }
8 Class D extends C { function f(array $a) {} }
11 Fatal error: Declaration of D::f(array $a) must be compatible with C::f(SomeClass $a) in %s on line…
/PHP-8.2/ext/reflection/tests/
H A DReflectionObject_constructor_basic.phpt8 class C { }
9 $myInstance = new C;
23 string(1) "C"
/PHP-8.2/Zend/tests/type_declarations/dnf_types/redundant_types/
H A Dless_restrive_type_constraint_already_present003.phpt8 interface C {}
10 function test(): (A&B)|(A&B&C) {}
15 Fatal error: Type A&B&C is redundant as it is more restrictive than type A&B in %s on line %d
H A Dless_restrive_type_constraint_already_present004.phpt8 interface C {}
10 function test(): (A&B&C)|(A&B) {}
15 Fatal error: Type A&B&C is redundant as it is more restrictive than type A&B in %s on line %d
/PHP-8.2/ext/opcache/tests/jit/
H A Dgh10635.phpt15 class C {
19 $o = new C;
22 $o = new C;
/PHP-8.2/ext/standard/html_tables/
H A Dents_html5.txt30 Bscr 0212C
38 Ccaron 0010C
159 Gcirc 0011C
178 Hfr 0210C
199 Int 0222C
219 KJcy 0040C
227 LT 0003C
286 Mcy 0041C
293 Mu 0039C
420 Re 0211C
[all …]
/PHP-8.2/Zend/tests/anon/
H A D015.phpt5 class C {
14 $c = new C();
16 $d = new class extends C {};

Completed in 25 milliseconds

12345678910>>...39