Home
last modified time | relevance | path

Searched refs:C (Results 201 – 225 of 973) sorted by relevance

12345678910>>...39

/PHP-8.2/Zend/tests/type_declarations/dnf_types/
H A Ddnf_intersection_and_null.phpt10 class C {}
39 $c = new C();
70 Test::foo1(): Argument #1 ($v) must be of type (X&Y)|null, C given, called in %s on line %d
71 Test::foo2(): Argument #1 ($v) must be of type (X&Y)|null, C given, called in %s on line %d
72 Cannot assign C to property Test::$prop1 of type (X&Y)|null
73 Cannot assign C to property Test::$prop2 of type (X&Y)|null
H A Ddnf_2_intersection.phpt13 class C {}
23 return new C();
26 return new C();
62 bar1(): Return value must be of type (X&Y)|(W&Z), C returned
63 bar2(): Return value must be of type (W&Z)|(X&Y), C returned
/PHP-8.2/tests/output/
H A Dob_start_error_002.phpt9 Class C {
16 var_dump(ob_start(array("C","nonExistent")));
17 var_dump(ob_start("C::no"));
27 Warning: ob_start(): class C does not have a method "nonExistent" in %s on line %d
32 Warning: ob_start(): class C does not have a method "no" in %s on line %d
H A Dob_start_error_004.phpt9 Class C {
12 $c = new C;
17 Warning: ob_start(): class C does not have a method "f" in %s on line %d
/PHP-8.2/ext/reflection/tests/
H A DReflectionObject_export_basic3.phpt5 class C {
10 class D extends C{
18 Object of class [ <user> class D extends C ] {
H A Dbug45571.phpt15 Class C extends A { }
17 echo new ReflectionClass("C");
21 Class [ <user> class C extends A ] {
H A DReflectionObject_isInternal_basic.phpt5 class C {
9 $r2 = new ReflectionObject(new ReflectionClass('C'));
12 $r5 = new ReflectionObject(new C);
H A DReflectionObject_isUserDefined_basic.phpt5 class C {
9 $r2 = new ReflectionObject(new ReflectionClass('C'));
12 $r5 = new ReflectionObject(new C);
/PHP-8.2/Zend/tests/
H A Dbug78344.phpt11 class C extends B {
16 (new C)->method();
22 #0 %s(%d): C->method()
H A Dstatic_variable_in_private_trait_method.phpt18 class C {
22 var_dump(C::method2());
24 class D extends C {
H A Dns_037.phpt8 const C = "const ok\n";
23 echo X::C;
24 echo Y\X::C;
25 echo \X\X::C;
H A Dparent_class_name_without_parent.phpt12 class C {
16 (new C)->f();
22 #0 %s(%d): C->f()
/PHP-8.2/Zend/tests/generators/
H A Dgh9750-009.phpt9 class C {
20 (new C($gen))(yield);
36 C::__destruct
H A Dgh9750-011.phpt9 class C {
24 $gen = $gen((new C())->getClosure());
37 C::__destruct
/PHP-8.2/ext/opcache/tests/jit/
H A Dgh12262.phpt10 class C {
13 public function equal(C $type): bool {
17 class C1 extends C {
22 class C2 extends C {
/PHP-8.2/ext/pdo/tests/
H A Dpdo_008.phpt21 $db->exec("INSERT INTO test VALUES('C', 'C')");
36 ["C"]=>
39 string(1) "C"
/PHP-8.2/Zend/tests/attributes/
H A D014_class_const_group.phpt6 class C
14 $rp1 = new ReflectionClassConstant('C', 'A');
17 $rp2 = new ReflectionClassConstant('C', 'B');
H A D015_property_group.phpt6 class C
14 $rp1 = new ReflectionProperty('C', 'x');
17 $rp2 = new ReflectionProperty('C', 'y');
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_051.phpt14 class C {
20 $o->a = new C;
27 Cannot assign C to property A::$a of type string
/PHP-8.2/Zend/tests/traits/
H A Dlanguage009.phpt19 trait C {
26 use C, A, B {
27 B::foo insteadof A, C;
/PHP-8.2/Zend/tests/fibers/
H A Dgh9735-008.phpt6 class C {
20 $c = new C();
41 C::__destruct
H A Dgh9735-009.phpt6 class C {
20 $c = new C();
41 C::__destruct
H A Dgh9735-005.phpt6 class C {
17 $c = new C();
43 C::__destruct
/PHP-8.2/ext/standard/tests/file/
H A Dstream_rfc2397_007.phpt45 echo "===S:1,C===\n";
49 echo "===S:-2,C===\n";
53 echo "===S:-10,C===\n";
61 echo "===S:10,C===\n";
111 ===S:1,C===
115 ===S:-2,C===
119 ===S:-10,C===
127 ===S:10,C===
/PHP-8.2/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt5 $serialized = 'O:1:"C":1:{s:1:"p";i:1;}';
8 eval('#[AllowDynamicProperties] Class C {}');
77 object(C)#%d (1) {
89 Warning: Undefined property: C::$x in %s on line %d
96 string(1) "C"
102 … property on an incomplete object. Please ensure that the class definition "C" of the object you a…
104 … property on an incomplete object. Please ensure that the class definition "C" of the object you a…
111 … property on an incomplete object. Please ensure that the class definition "C" of the object you a…
116 … property on an incomplete object. Please ensure that the class definition "C" of the object you a…
120 … property on an incomplete object. Please ensure that the class definition "C" of the object you a…
[all …]

Completed in 54 milliseconds

12345678910>>...39