8 lines
59 B
PHP
8 lines
59 B
PHP
<?php
|
|
namespace foo;
|
|
|
|
function func()
|
|
{
|
|
return true;
|
|
}
|