xref
: /
php-src
/
ext
/
opcache
/
tests
/
gh13433
/
ParentClass.inc
(revision 55e61769)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
abstract class ParentClass {
3
use TraitA;
4
}
5