mirror of
https://github.com/e107inc/e107.git
synced 2025-10-14 14:34:51 +02:00
8 lines
58 B
PHP
8 lines
58 B
PHP
<?php
|
|
namespace foo;
|
|
|
|
use function bar\baz;
|
|
|
|
class Foo
|
|
{
|
|
} |