PHP Classes

File: vendor/nikic/php-parser/test/code/parser/stmt/function/typeDeclarations.test

Recommend this page to a friend!
  Packages of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/nikic/php-parser/test/code/parser/stmt/function/typeDeclarations.test   Download  
File: vendor/nikic/php-parser/test/code/parser/stmt/function/typeDeclarations.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: 1,062 bytes
 

Contents

Class file image Download
Type hints ----- <?php function a($b, array $c, callable $d, E $f) {} ----- array( 0: Stmt_Function( byRef: false name: a params: array( 0: Param( type: null byRef: false variadic: false name: b default: null ) 1: Param( type: array byRef: false variadic: false name: c default: null ) 2: Param( type: callable byRef: false variadic: false name: d default: null ) 3: Param( type: Name( parts: array( 0: E ) ) byRef: false variadic: false name: f default: null ) ) returnType: null stmts: array( ) ) )