Home
last modified time | relevance | path

Searched refs:property (Results 126 – 150 of 718) sorted by relevance

12345678910>>...29

/PHP-8.2/Zend/tests/readonly_props/
H A Dcache_slot.phpt93 Cannot modify readonly property Test::$prop
96 Cannot modify readonly property Test::$prop2
97 Cannot modify readonly property Test::$prop2
110 Cannot modify readonly property Test::$prop2
111 Cannot modify readonly property Test::$prop2
H A Dreadonly_with_default.phpt2 Readonly property with default value
19 Fatal error: Readonly property Test::$prop cannot have default value in %s on line %d
H A Dvariation_nested.phpt72 Init: 0, op: r: Typed property Test::$prop must not be accessed before initialization
73 Init: 0, op: w: Cannot indirectly modify readonly property Test::$prop
74 Init: 0, op: rw: Typed property Test::$prop must not be accessed before initialization
75 Init: 0, op: im: Cannot indirectly modify readonly property Test::$prop
H A Dgh7942.phpt2 GH-7942: Disallow assigning reference to unset readonly property
22 Cannot indirectly modify readonly property Foo::$bar
H A Dreadonly_clone_error5.phpt2 Readonly property clone indirect variation for JIT
75 Cannot modify readonly property TestSetTwice::$prop
76 Cannot modify readonly property TestSetTwice::$prop
/PHP-8.2/ext/date/tests/
H A Dbug74852.phpt2 Bug #74852 property_exists returns true on unknown DateInterval property
16 Warning: Undefined property: DateInterval::$abcde in %s on line %d
/PHP-8.2/Zend/tests/
H A Dgh10570.phpt12 Warning: Undefined property: stdClass::$90 in %s on line %d
14 Warning: Undefined property: stdClass::$90 in %s on line %d
H A Dforeach_shadowed_dyn_property.phpt2 Dynamic property shadowed by private property
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 Dstrict_002.phpt2 assigning static property as non static
22 Notice: Accessing static property test::$foo as non static in %s on line %d
/PHP-8.2/ext/zend_test/tests/
H A Dzend_internal_class_prop_intersection.phpt43 Error: Typed property _ZendTestClass::$classIntersectionProp must not be accessed before initializa…
44 Cannot assign EmptyIterator to property _ZendTestClass::$classIntersectionProp of type Traversable&…
45 Cannot assign C to property _ZendTestClass::$classIntersectionProp of type Traversable&Countable
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_045.phpt45 Cannot assign array to reference held by property Foo::$bar of type int
48 Cannot assign array to reference held by property Foo::$baz of type float
51 Cannot assign array to reference held by property Foo::$privateProp of type float
H A Dtyped_properties_103.phpt2 Handling of UNDEF property in compound assign
18 Warning: Undefined property: C::$a in %s on line %d
/PHP-8.2/ext/reflection/tests/types/
H A DReflectionType_001.phpt77 echo "\n*** property types\n";
90 foreach ($reflector->getProperties() as $name => $property) {
91 if ($property->hasType()) {
93 $property->getType()->getName(), $property->getName());
94 } else printf("public $%s;\n", $property->getName());
97 echo "*** resolved property types\n";
214 *** property types
221 *** resolved property types
/PHP-8.2/ext/json/tests/
H A Dbug68546.phpt2 Bug #68546 (json_decode() Fatal error: Cannot access property started with '\0')
19 string(36) "The decoded property name is invalid"
/PHP-8.2/Zend/tests/nullsafe_operator/
H A D003.phpt2 Test basic nullsafe property fetching
48 Warning: Undefined property: Foo::$baz in %s.php on line 20
54 Warning: Undefined property: Foo::$baz in %s.php on line 29
H A D026.phpt2 Nullsafe chain in static property / method name
25 Access to undeclared static property Test::$
/PHP-8.2/ext/reflection/tests/
H A Dbug36337.phpt10 $property = new ReflectionProperty(get_class($this),'_values');
11 var_dump($property->isProtected());
/PHP-8.2/Zend/tests/type_declarations/mixed/inheritance/
H A Dmixed_property_inheritance_error3.phpt2 Test that a property of mixed type can't be overridden by an untyped property
H A Dmixed_property_inheritance_error7.phpt2 Test that an untyped property can't be overridden by a property of mixed type
H A Dmixed_property_inheritance_error2.phpt2 Test that a property of mixed type can't be overridden by a property of class type
H A Dmixed_property_inheritance_error6.phpt2 Test that a property of class type can't be overridden by a property of mixed type
/PHP-8.2/Zend/tests/prop_const_expr/
H A Dlhs_non_object.phpt14 Warning: Attempt to read property "prop" on int in %s on line %d
17 Warning: Attempt to read property "prop" on int in %s on line %d
H A Drhs_prop_not_found.phpt18 Warning: Undefined property: A::$prop in %s on line %d
21 Warning: Undefined property: A::$prop in %s on line %d
/PHP-8.2/ext/xmlreader/tests/
H A DsetParserProperty_error.phpt21 XMLReader::setParserProperty(): Argument #1 ($property) must be a valid parser property

Completed in 24 milliseconds

12345678910>>...29