10 lines
82 B
PHP
Raw Normal View History

<?php
namespace {
function foo() {}
}
namespace a {
function foo() {}
}