PHP Classes

File: vendor/nikic/php-parser/test/code/parser/stmt/namespace/commentAfterNamespace.test

Recommend this page to a friend!
  Packages of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/nikic/php-parser/test/code/parser/stmt/namespace/commentAfterNamespace.test   Download  
File: vendor/nikic/php-parser/test/code/parser/stmt/namespace/commentAfterNamespace.test
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 8 months ago
Size: 344 bytes
 

Contents

Class file image Download
Trailing comment after braced namespace declaration ----- <?php namespace Foo {} // Comment ----- array( 0: Stmt_Namespace( name: Name( parts: array( 0: Foo ) ) stmts: array( ) ) 1: Stmt_Nop( comments: array( 0: // Comment ) ) )