D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api
/
vendor
/
nikic
/
php-parser
/
test
/
code
/
formatPreservation
/
Filename :
nopCommentAtEnd.test
back
Copy
Nop statement with comment at end (#513) ----- <?php $foo; $bar; ----- $stmts[1] = new Stmt\Nop(['comments' => [new Comment('//Some comment here')]]); ----- <?php $foo; //Some comment here