PHP Classes

File: vendor/nikic/php-parser/test/code/parser/stmt/namespace/groupUsePositions.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/groupUsePositions.test   Download  
File: vendor/nikic/php-parser/test/code/parser/stmt/namespace/groupUsePositions.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: 616 bytes
 

Contents

Class file image Download
Ensure correct file position attributes for group use prefix ----- <?php use Foo\Bar\{Baz}; ----- !!positions array( 0: Stmt_GroupUse[2:1 - 2:17]( type: TYPE_UNKNOWN (0) prefix: Name[2:5 - 2:11]( parts: array( 0: Foo 1: Bar ) ) uses: array( 0: Stmt_UseUse[2:14 - 2:16]( type: TYPE_NORMAL (1) name: Name[2:14 - 2:16]( parts: array( 0: Baz ) ) alias: Baz ) ) ) )