Sindbad~EG File Manager

Current Path : /var/www/html/edd.sumar.com.py/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/
Upload File :
Current File : /var/www/html/edd.sumar.com.py/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