Sindbad~EG File Manager

Current Path : /proc/self/cwd/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/
Upload File :
Current File : //proc/self/cwd/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/namespaces.test

Namespaces
-----
<?php

namespace Foo;

function foo()
{
}

namespace Bar;

function bar()
{
}
-----
namespace Foo;

function foo()
{
}
namespace Bar;

function bar()
{
}
-----
<?php

namespace Foo {
    function foo()
    {
    }
}

namespace {
    function glob() {
    }
}
-----
namespace Foo {
    function foo()
    {
    }
}
namespace {
    function glob()
    {
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists