1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 13:01:02 +02:00
Files
archived-php-src/Zend/tests/traits/bug74922b.inc

10 lines
84 B
PHP

<?php
namespace Bug74922;
const FOO = 'foo';
trait T1 {
public $var = FOO;
}