parser/tests/fixtures/0158/code.php

10 lines
84 B
PHP
Raw Normal View History

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