xref
: /
php-src
/
ext
/
opcache
/
tests
/
gh13433
/
TraitA.inc
(revision 55e61769)
Home
History
Annotate
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
trait TraitA {
3
protected static $non_empty_array = ['non-empty'];
4
}
5