xref
: /
PHP-8.3
/
Zend
/
tests
/
traits
/
bug74922b.inc
(revision 897bdb42)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
namespace Bug74922;
4
5
const FOO = 'foo';
6
7
trait T1 {
8
public $var = FOO;
9
}
10