Home
last modified time | relevance | path

Searched refs:property (Results 176 – 200 of 445) sorted by path

12345678910>>...18

/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_080.phpt34 Typed static property Test::$a must not be accessed before initialization
35 Typed static property Test::$b must not be accessed before initialization
36 Typed static property Test::$c must not be accessed before initialization
H A Dtyped_properties_081.phpt21 Cannot assign string to reference held by property Test::$x of type int
H A Dtyped_properties_082.phpt26 Cannot assign string to reference held by property Test::$x of type int
H A Dtyped_properties_083.phpt63 string(71) "Cannot auto-initialize an array inside property Foo::$p of type ?string"
64 string(65) "Typed property Foo::$p must not be accessed before initialization"
65 string(71) "Cannot auto-initialize an array inside property Foo::$p of type ?string"
71 string(71) "Cannot auto-initialize an array inside property Foo::$s of type ?string"
72 string(72) "Typed static property Foo::$s must not be accessed before initialization"
77 string(91) "Cannot auto-initialize an array inside a reference held by property Foo::$p of type ?st…
79 string(91) "Cannot auto-initialize an array inside a reference held by property Foo::$p of type ?st…
H A Dtyped_properties_085.phpt17 Fatal error: T1 and T2 define the same property ($prop) in the composition of C. However, the defin…
H A Dtyped_properties_086.phpt7 // Class must have at least one property. Property must have a type.
8 // Empty class or untyped property removes segfault
H A Dtyped_properties_087.phpt2 Ensure null-initialization of nullable typed static property taken by reference
H A Dtyped_properties_089.phpt2 Modification of typed property during assignment must not leak
H A Dtyped_properties_091.phpt65 // Non-string property name
95 Cannot auto-initialize an stdClass inside property Test::$prop of type ?Test
114 Cannot auto-initialize an stdClass inside a reference held by property Test::$prop of type ?Test
133 Cannot auto-initialize an stdClass inside a reference held by property Test::$prop of type ?Test
162 Cannot auto-initialize an stdClass inside property Test::$staticProp of type ?Test
176 Cannot auto-initialize an stdClass inside property Test::$prop of type ?Test
185 Cannot auto-initialize an stdClass inside property Test::$prop of type ?Test
H A Dtyped_properties_093.phpt2 Typed property assignment by ref with variable name
27 Typed property Test::$prop must be int, string used
H A Dtyped_properties_095.phpt63 Typed property _ZendTestClass::$intProp must be int, string used
64 Typed property _ZendTestClass::$classProp must be an instance of stdClass or null, _ZendTestClass u…
73 Typed property _ZendTestClass::$intProp must be int, string used
74 Typed property _ZendTestClass::$classProp must be an instance of stdClass or null, Test used
83 Typed property _ZendTestClass::$staticIntProp must be int, string used
H A Dtyped_properties_096.phpt34 Typed property Test1::$prop must be an instance of Foobar, int used
H A Dtyped_properties_097.phpt42 // Do the same things again, but with the property being a reference.
75 Cannot decrement property Test::$foo of type int past its minimal value
77 Cannot decrement property Test::$foo of type int past its minimal value
79 Cannot increment property Test::$foo of type int past its maximal value
81 Cannot increment property Test::$foo of type int past its maximal value
83 Cannot decrement a reference held by property Test::$foo of type int past its minimal value
85 Cannot decrement a reference held by property Test::$foo of type int past its minimal value
87 Cannot increment a reference held by property Test::$foo of type int past its maximal value
89 Cannot increment a reference held by property Test::$foo of type int past its maximal value
H A Dtyped_properties_098.phpt2 Make sure uninitialized property is initialized to null when taken by reference
H A Dtyped_properties_099.phpt2 Check that iterating a typed property by reference adds a type source
H A Dtyped_properties_100.phpt2 Property type not enforced for __get if the property is not visible
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
H A Dtyped_properties_103.phpt2 Handling of UNDEF property in compound assign
18 Notice: Undefined property: C::$a in %s on line %d
H A Dtyped_properties_106.phpt24 Cannot assign array to reference held by property Test::$prop of type ?Type
25 Cannot assign array to reference held by property Test::$prop of type ?Type
H A Dtyped_properties_107.phpt2 Assigning stringable object to static string property
H A Dtyped_properties_108.phpt40 TypeError: Cannot assign Exception to reference held by property Test::$i of type int in %s:%d
45 TypeError: Cannot assign Exception to reference held by property Test::$s of type string in %s:%d
H A Dtyped_properties_cache_slot_opt.phpt27 Typed property Test::$prop must be int, string used
29 Typed property Test::$prop must be int, string used
H A Dtyped_properties_class_loading.phpt46 Typed property Test::$propX must be an instance of X, stdClass used
49 Typed property Test::$propY must be an instance of Y or null, stdClass used
H A Dtyped_properties_magic_set.phpt2 __set() should not be invoked when setting an uninitialized typed property
64 Typed property Test::$foo must not be accessed before initialization
H A Dtyped_properties_protected_inheritance_mismatch.phpt2 Typed property invariance violation for protected properties

Completed in 25 milliseconds

12345678910>>...18