PHP Classes

File: vendor/nikic/php-parser/test/code/parser/expr/exit.test

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

Contents

Class file image Download
Exit ----- <?php exit; exit(); exit('Die!'); die; die(); die('Exit!'); ----- array( 0: Expr_Exit( expr: null ) 1: Expr_Exit( expr: null ) 2: Expr_Exit( expr: Scalar_String( value: Die! ) ) 3: Expr_Exit( expr: null ) 4: Expr_Exit( expr: null ) 5: Expr_Exit( expr: Scalar_String( value: Exit! ) ) )