AllowDynamicProperties: Versionshistorik

Hoppa till navigering Hoppa till sök

Val av diff: markera i radioknappen för att jämföra sidversioner och tryck enter eller knappen längst ner.
Förklaring: (nuvarande) = skillnad mot senaste sidversion; (föregående) = skillnad mot föregående sidversion; m = mindre ändring.

31 augusti 2024

  • nuvarandeföregående 07.1131 augusti 2024 kl. 07.11Admin diskussion bidrag 923 byte +923 Skapade sidan med 'he AllowDynamicProperties class ¶ (PHP 8 >= 8.2.0) Introduction ¶ This attribute is used to mark classes that allow dynamic properties. Class synopsis ¶ final class AllowDynamicProperties { →‎Methods: public __construct() } Examples Dynamic properties are deprecated as of PHP 8.2.0, thus using them without marking the class with this attribute will emit a deprecation notice. <?php class DefaultBehaviour { } #[\AllowDynamicProperties] class ClassAllowsDynamicPro...'