parser/tests/fixtures/0161/code.php

9 lines
89 B
PHP
Raw Normal View History

<?php
namespace Foo\Baz {
function foo() {}
}
namespace Foo\Bar;
function foo() {}