Searched refs:promoted (Results 1 – 20 of 20) sorted by relevance
2 Clash between promoted and explicit property
10 Fatal error: Cannot declare promoted property outside a constructor in %s on line %d
12 Fatal error: Cannot declare variadic promoted property in %s on line %d
2 Type of promoted property may not be callable
12 Fatal error: Cannot declare promoted property in an abstract constructor in %s on line %d
12 Fatal error: Cannot declare promoted property outside a constructor in %s on line %d
2 strlen() null deprecation warning promoted to exception
2 Attributes on promoted properties are assigned to both the property and parameter
2 Deprecation promoted to exception should result in fatal error during inheritance
2 Missing property initialization for private(set) constructor promoted property
2 GH-15419: Readonly classes may not declare promoted properties with hooks
2 GH-15438: Untyped promoted, hooked properties with no default value default to null
91 protected $promoted { get => 'A'; }105 public $promoted { get => 'B'; }169 string(8) "promoted"
2 JIT ASSIGN: Undef var notice promoted to exception
2 Attribute on promoted property may only target property
2 Attribute on promoted property may only target parameter
2 Using Reflection on promoted properties
524 . Fixed bug GH-15438 (Hooks on constructor promoted properties without
7352 HashTable **attributes, zend_ast *ast, uint32_t offset, uint32_t target, uint32_t promoted in zend_compile_attributes() argument7387 if (promoted & (config->flags & ZEND_ATTRIBUTE_TARGET_ALL)) { in zend_compile_attributes()
Completed in 48 milliseconds