parser/tests/fixtures/0162/code.php

10 lines
82 B
PHP
Raw Normal View History

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