xref: /PHP-8.3/ext/opcache/tests/gh13433/TraitA.inc (revision 55e61769)
1<?php
2trait TraitA {
3    protected static $non_empty_array = ['non-empty'];
4}
5