xref
: /
php-src
/
ext
/
opcache
/
tests
/
preload_loadable_classes_3.inc
(revision 3f86adb0)
Home
History
Annotate
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
class Test {
4
protected Foo $prop;
5
}
6