Example #1
0
<?php

namespace Exception;

function foo()
{
    echo "ok\n";
}
\Exception\foo();
\Exception::bar();