PHP Classes

File: vendor/nikic/php-parser/test/code/prettyPrinter/stmt/groupUse.test

Recommend this page to a friend!
  Packages of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/nikic/php-parser/test/code/prettyPrinter/stmt/groupUse.test   Download  
File: vendor/nikic/php-parser/test/code/prettyPrinter/stmt/groupUse.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: 9 months ago
Size: 300 bytes
 

Contents

Class file image Download
Group use declaration ----- <?php use A\{B}; use A\{B\C, D}; use A\B\{C\D, E}; use function A\{b\c, d}; use const A\{B\C, D}; use A\B\{C\D, function b\c, const D}; ----- use A\{B}; use A\{B\C, D}; use A\B\{C\D, E}; use function A\{b\c, d}; use const A\{B\C, D}; use A\B\{C\D, function b\c, const D};