1Error positions 2----- 3<?php foo 4----- 5Syntax error, unexpected EOF from 1:10 to 1:10 6array( 7 0: Stmt_Expression( 8 expr: Expr_ConstFetch( 9 name: Name( 10 name: foo 11 ) 12 ) 13 ) 14) 15----- 16<?php foo /* bar */ 17----- 18Syntax error, unexpected EOF from 1:20 to 1:20 19array( 20 0: Stmt_Expression( 21 expr: Expr_ConstFetch( 22 name: Name( 23 name: foo 24 ) 25 ) 26 ) 27 1: Stmt_Nop( 28 comments: array( 29 0: /* bar */ 30 ) 31 ) 32) 33