Home
last modified time | relevance | path

Searched refs:property (Results 101 – 125 of 718) sorted by relevance

12345678910>>...29

/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_114.phpt2 Typed property type error through ArrayIterator
34 Cannot assign array to reference held by property A::$foo of type string
35 Cannot assign array to reference held by property A::$foo of type string
H A Dtyped_properties_070.phpt2 Test typed static property with assign op operators
46 Cannot assign float to property Foo::$i of type int
48 Cannot assign string to property Foo::$i of type int
H A Dtyped_properties_049.phpt2 Nullable typed property
10 Fatal error: Default value for property of type int may not be null. Use the nullable type ?int to …
/PHP-8.2/Zend/tests/readonly_props/
H A Dreadonly_without_type.phpt2 Readonly property without type
12 Fatal error: Readonly property Test::$prop must have type in %s on line %d
H A Dstatic.phpt2 Readonly static property
12 Fatal error: Static property Test::$prop cannot be readonly in %s on line %d
H A Dpromotion_error1.phpt2 Promoted readonly property must have type
14 Fatal error: Readonly property Foo::$bar must have type in %s on line %d
H A Dmagic_get_set.phpt34 // The property is in uninitialized state, no magic methods should be invoked.
66 Typed property Test::$prop must not be accessed before initialization
67 Cannot initialize readonly property Test::$prop from global scope
68 Cannot unset readonly property Test::$prop from global scope
/PHP-8.2/Zend/tests/
H A Dbug52041.phpt51 Attempt to assign property "a" on null
54 Attempt to modify property "a" on null
57 Attempt to increment/decrement property "a" on null
60 Attempt to modify property "a" on null
63 Attempt to assign property "a" on null
66 Attempt to modify property "a" on null
H A Dgh9136.phpt2 GH-9136: Assertion when fetching property of magic constant in constant expression
10 Warning: Attempt to read property "foo" on string in %s on line %d
H A Dgh9136_2.phpt2 GH-9136: Assertion when fetching property of magic constant in constant expression with nullsafe op…
10 Warning: Attempt to read property "foo" on string in %s on line %d
H A Dproperty_guard_hash_val.phpt2 Test property guard hash value assumption
15 Warning: Undefined property: Test::$x in %s on line %d
H A Dbug78182.phpt2 Bug #78182: Segmentation fault during by-reference property assignment
15 Attempt to modify property "prop" on null
H A Dproperty_access_errors_for_guarded_properties.phpt53 Cannot access private property Test::$prop
54 Cannot access private property Test::$prop
55 Cannot access private property Test::$prop
H A Dbug69201.phpt10 public function &__get($property)
16 public function __set($property, $value)
/PHP-8.2/ext/opcache/tests/jit/
H A Dundef_to_typed_ref.phpt91 Cannot assign null to reference held by property Test::$x of type string
94 Cannot assign null to reference held by property Test::$x of type string
97 Cannot assign null to reference held by property Test::$x of type string
100 Cannot assign null to reference held by property Test::$x of type string
103 Cannot assign null to reference held by property Test::$x of type string
106 Cannot assign null to reference held by property Test::$x of type string
/PHP-8.2/ext/opcache/tests/
H A Dassign_obj_exceptions.phpt45 Cannot assign string to property Test::$x of type stdClass
46 Cannot access property starting with "\0"
47 Attempt to assign property "x" on null
/PHP-8.2/ext/opcache/tests/opt/
H A Dinference_001.phpt33 Warning: Attempt to read property "x" on null in %s on line %d
35 Warning: Undefined property: stdClass::$x in %s on line %d
39 Warning: Attempt to read property "x" on null in %s on line %d
/PHP-8.2/Zend/tests/readonly_classes/
H A Dreadonly_class_property3.phpt2 Declaring static property for a readonly class is forbidden
13 Fatal error: Static property Foo::$bar cannot be readonly in %s on line %d
/PHP-8.2/Zend/tests/nullsafe_operator/
H A D015.phpt10 Warning: Undefined property: stdClass::$ in %s on line 3
12 Warning: Attempt to read property "y" on null in %s on line 3
H A D029.phpt9 Warning: Attempt to read property "a" on array in %s on line %d
11 Warning: Attempt to read property "a" on string in %s on line %d
/PHP-8.2/tests/classes/
H A Dstatic_properties_undeclared_inc.phpt2 Incrementing a non-existent static property
9 Fatal error: Uncaught Error: Access to undeclared static property C::$p in %s:%d
H A Dstatic_properties_undeclared_assign.phpt2 Assigning to a non-existent static property
9 Fatal error: Uncaught Error: Access to undeclared static property C::$p in %s:%d
H A Dstatic_properties_undeclared_assignInc.phpt2 Assigning & incrementing a non-existent static property
9 Fatal error: Uncaught Error: Access to undeclared static property C::$p in %s:%d
H A Dstatic_properties_undeclared_read.phpt2 Reading a non-existent static property
9 Fatal error: Uncaught Error: Access to undeclared static property C::$p in %s:%d
H A Dstatic_properties_undeclared_assignRef.phpt2 Assigning a non-existent static property by reference
10 Fatal error: Uncaught Error: Access to undeclared static property C::$p in %s:%d

Completed in 27 milliseconds

12345678910>>...29