Home
last modified time | relevance | path

Searched refs:property (Results 151 – 175 of 727) sorted by relevance

12345678910>>...30

/PHP-8.3/Zend/tests/
H A D037.phpt2 Trying to access inexistent static property of Closure
19 Fatal error: Uncaught Error: Access to undeclared static property Closure::$x in %s:%d
H A Ddynamic_prop_deprecation_002.phpt17 Err: Creation of dynamic property class@anonymous::$y is deprecated
18 Exception: Cannot create dynamic property class@anonymous::$y
H A D024.phpt44 Warning: Attempt to read property "1" on int in %s on line %d
47 Warning: Attempt to read property "1" on int in %s on line %d
54 Warning: Attempt to read property "1" on int in %s on line %d
56 Warning: Attempt to read property "" on null in %s on line %d
H A Dbug74269.phpt2 Bug #74269: It's possible to override trait property with different loosely-equal value
17 Fatal error: PropertiesExample and PropertiesTrait define the same property ($same) in the composit…
H A Dbug79862.phpt2 Bug #79862: Public non-static property in child should take priority over private static
41 Notice: Accessing static property c::$prop5 as non static in %s on line %d
43 Notice: Accessing static property c::$prop6 as non static in %s on line %d
/PHP-8.3/Zend/tests/type_declarations/mixed/inheritance/
H A Dmixed_property_inheritance_error6.phpt2 Test that a property of class type can't be overridden by a property of mixed type
H A Dmixed_property_inheritance_error1.phpt2 Test that a property of mixed type can't be overridden by a property of a built-in type
H A Dmixed_property_inheritance_error5.phpt2 Test that a property of a built-in type can't be overridden by a property of mixed type
H A Dmixed_property_inheritance_error4.phpt2 Test that a property of mixed type can't be overridden by a property of a union type
/PHP-8.3/Zend/tests/nullsafe_operator/
H A D026.phpt2 Nullsafe chain in static property / method name
25 Access to undeclared static property Test::$
/PHP-8.3/ext/standard/tests/array/
H A Dbug79839.phpt2 Bug #79839: array_walk() does not respect property types
22 Cannot assign array to reference held by property Test::$prop of type int
/PHP-8.3/Zend/tests/nullable_types/
H A Dunion_nullable_property_fails.phpt2 Nullable default property error message
15 Fatal error: Default value for property of type string|int may not be null. Use the nullable type s…
/PHP-8.3/ext/reflection/tests/
H A DReflectionObject_export_basic3.phpt2 ReflectionObject::__toString() - ensure dynamic property with same name as inherited private proper…
H A Dbug81208.phpt14 public $property;
18 foreach ($z->getProperty("property")->getAttributes() as $attribute) {
/PHP-8.3/Zend/tests/traits/
H A Dbug60369.phpt2 Bug #60369 (Crash with static property in trait)
17 Fatal error: Properties and PropertiesTrait define the same property ($same) in the composition of …
/PHP-8.3/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt89 Warning: Undefined property: C::$x in %s on line %d
102 Warning: main(): The script tried to access a property on an incomplete object. Please ensure that …
104 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
106 Warning: main(): The script tried to access a property on an incomplete object. Please ensure that …
109 Warning: main(): The script tried to access a property on an incomplete object. Please ensure that …
111 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
114 Warning: main(): The script tried to access a property on an incomplete object. Please ensure that …
116 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
118 Warning: main(): The script tried to access a property on an incomplete object. Please ensure that …
120 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
[all …]
/PHP-8.3/ext/zend_test/tests/
H A Dattribute-promotion-property-only.phpt2 Attribute on promoted property may only target property
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_115.phpt2 Readonly property modification error through ArrayIterator
26 Cannot acquire reference to readonly property A::$foo
H A Dtyped_properties_093.phpt2 Typed property assignment by ref with variable name
27 Cannot assign string to property Test::$prop of type int
H A Dtyped_properties_102.phpt2 Compound assignment operator on static property holding ref
20 Cannot assign string to reference held by property Test::$intProp of type int
/PHP-8.3/Zend/tests/readonly_props/
H A Dby_ref_foreach.phpt2 By-ref foreach over readonly property
29 Cannot acquire reference to readonly property Test::$prop
H A Dreadonly_clone_error1.phpt2 Readonly property cannot be reset twice during cloning
35 Cannot modify readonly property Foo::$bar
H A Dvisibility_change.phpt2 Visibility can change in readonly property
29 Cannot access protected property A::$prop
H A Dreadonly_containing_object.phpt2 Not-modifying a readonly property holding an object
48 Cannot modify readonly property Test::$prop
49 Cannot modify readonly property Test::$prop
/PHP-8.3/ext/opcache/tests/jit/
H A Dassign_obj_op_001.phpt17 Deprecated: Creation of dynamic property Test::$y is deprecated in %sassign_obj_op_001.php on line 6
19 Warning: Undefined property: Test::$y in %sassign_obj_op_001.php on line 6

Completed in 60 milliseconds

12345678910>>...30