Home
last modified time | relevance | path

Searched refs:promoted (Results 1 – 20 of 20) sorted by relevance

/PHP-8.4/Zend/tests/
H A Dctor_promotion_repeated_prop.phpt2 Clash between promoted and explicit property
H A Dctor_promotion_free_function.phpt10 Fatal error: Cannot declare promoted property outside a constructor in %s on line %d
H A Dctor_promotion_variadic.phpt12 Fatal error: Cannot declare variadic promoted property in %s on line %d
H A Dctor_promotion_callable_type.phpt2 Type of promoted property may not be callable
H A Dctor_promotion_abstract.phpt12 Fatal error: Cannot declare promoted property in an abstract constructor in %s on line %d
H A Dctor_promotion_interface.phpt12 Fatal error: Cannot declare promoted property in an abstract constructor in %s on line %d
H A Dctor_promotion_not_a_ctor.phpt12 Fatal error: Cannot declare promoted property outside a constructor in %s on line %d
H A Dstrlen_deprecation_to_exception.phpt2 strlen() null deprecation warning promoted to exception
H A Dctor_promotion_attributes.phpt2 Attributes on promoted properties are assigned to both the property and parameter
H A Ddeprecation_to_exception_during_inheritance.phpt2 Deprecation promoted to exception should result in fatal error during inheritance
/PHP-8.4/Zend/tests/asymmetric_visibility/
H A Dbug004.phpt2 Missing property initialization for private(set) constructor promoted property
/PHP-8.4/Zend/tests/property_hooks/
H A Dgh15419_2.phpt2 GH-15419: Readonly classes may not declare promoted properties with hooks
H A Dgh15438_2.phpt2 GH-15438: Untyped promoted, hooked properties with no default value default to null
H A Dforeach.phpt91 protected $promoted { get => 'A'; }
105 public $promoted { get => 'B'; }
169 string(8) "promoted"
/PHP-8.4/ext/opcache/tests/jit/
H A Dassign_043.phpt2 JIT ASSIGN: Undef var notice promoted to exception
/PHP-8.4/ext/zend_test/tests/
H A Dattribute-promotion-property-only.phpt2 Attribute on promoted property may only target property
H A Dattribute-promotion-parameter-only.phpt2 Attribute on promoted property may only target parameter
/PHP-8.4/ext/reflection/tests/
H A Dconstructor_promotion.phpt2 Using Reflection on promoted properties
/PHP-8.4/
H A DNEWS524 . Fixed bug GH-15438 (Hooks on constructor promoted properties without
/PHP-8.4/Zend/
H A Dzend_compile.c7352 HashTable **attributes, zend_ast *ast, uint32_t offset, uint32_t target, uint32_t promoted in zend_compile_attributes() argument
7387 if (promoted & (config->flags & ZEND_ATTRIBUTE_TARGET_ALL)) { in zend_compile_attributes()

Completed in 48 milliseconds