parser/tests/fixtures/0164/code.php

10 lines
82 B
PHP
Raw Normal View History

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