ru_php/ext/opcache/tests/gh13433/TraitA.inc

5 lines
78 B
PHP

<?php
trait TraitA {
protected static $non_empty_array = ['non-empty'];
}