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