PHP Classes

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

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

Contents

Class file image Download
__halt_compiler ----- <?php $a; __halt_compiler() ?> Hallo World! ----- array( 0: Expr_Variable( name: a ) 1: Stmt_HaltCompiler( remaining: Hallo World! ) ) ----- <?php $a; __halt_compiler();Hallo World! ----- array( 0: Expr_Variable( name: a ) 1: Stmt_HaltCompiler( remaining: Hallo World! ) ) ----- <?php namespace A; $a; __halt_compiler(); ----- array( 0: Stmt_Namespace( name: Name( parts: array( 0: A ) ) stmts: array( 0: Expr_Variable( name: a ) ) ) 1: Stmt_HaltCompiler( remaining: ) )