parser/tests/0159/code.php

10 lines
90 B
PHP
Raw Normal View History

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