Home
last modified time | relevance | path

Searched refs:properties (Results 76 – 100 of 419) sorted by path

12345678910>>...17

/php-src/Zend/tests/
H A Dgh10377_1.phpt2 GH-10377 (Unable to have an anonymous readonly class) - usage variation: dynamic properties attribu…
H A Disset_003.phpt2 Testing isset accessing undefined array items and properties
H A Dlsb_019.phpt2 ZE2 Late Static Binding properties and methods declared as protected and overridden as public.
H A Dlsb_020.phpt2 ZE2 Late Static Binding properties and methods declared as public and overridden as public.
H A Dmagic_methods_020.phpt7 public static function __set_state(int $properties) {}
12 Fatal error: Foo::__set_state(): Parameter #1 ($properties) must be of type array when declared in …
H A Dmagic_methods_inheritance_rules.phpt24 public static function __set_state(array $properties): object {}
60 public static function __set_state(string|array $properties): object {}
H A Dobject_property_ref_incdec.phpt2 Inc/dec of reference object properties
H A Dobjects_019.phpt2 Testing references of dynamic properties
H A Dobjects_033.phpt6 // PHP4-5.3 object semantics had child properties added to an
8 // As of PHP 5.4 we use a packed C array to hold properties
11 // of materializing the properties shadow HashTable which
H A Doverloaded_prop_assign_op_refs.phpt2 Handling of assign-ops and incdecs on overloaded properties using &__get()
H A Dproperty_access_errors_for_guarded_properties.phpt2 Property access errors should be thrown for overloaded properties protected by recursion guards
/php-src/Zend/tests/grammar/
H A Dsemi_reserved_003.phpt2 Test semi-reserved words as class properties
H A Dsemi_reserved_004.phpt2 Test semi-reserved words as static class properties
/php-src/Zend/tests/prop_const_expr/
H A Dattributes.phpt2 Allow fetching properties in attributes
H A Dbasic.phpt2 Allow fetching properties in constant expressions on enums
H A Dclass_const.phpt2 Allow fetching properties in class constants
H A Dnon_enums.phpt2 Disallow fetching properties in constant expressions on non-enums
14 Fatal error: Uncaught Error: Fetching properties on non-enums in constant expressions is not allowe…
H A Dnon_enums_catchable.phpt2 RHS gets evaluated before throwing error when accessing properties on non-enums in constant express…
23 Fatal error: Uncaught Error: Fetching properties on non-enums in constant expressions is not allowe…
H A Dnon_enums_cost.phpt2 Disallow fetching properties in constant expressions on non-enums even if lhs is other const
15 Fatal error: Uncaught Error: Fetching properties on non-enums in constant expressions is not allowe…
H A Dnon_enums_nullsafe.phpt2 Disallow nullsafe fetching properties in constant expressions on non-enums
14 Fatal error: Uncaught Error: Fetching properties on non-enums in constant expressions is not allowe…
H A Dnon_enums_rhs.phpt2 Error when fetching properties on non-enums in constant expressions is catchable
25 Fetching properties on non-enums in constant expressions is not allowed
26 Fetching properties on non-enums in constant expressions is not allowed
H A Dstatic_initalizer.phpt2 Allow fetching properties in static initializer
/php-src/Zend/tests/readonly_classes/
H A Dgh9285_error.phpt2 Bug GH-9285: PHP 8.2 readonly classes allow inheriting mutable properties from traits - error
H A Dgh9285_success.phpt2 Bug GH-9285: PHP 8.2 readonly classes allow inheriting mutable properties from traits - success
H A Dreadonly_class_dynamic_property.phpt2 Readonly classes cannot use dynamic properties

Completed in 21 milliseconds

12345678910>>...17