D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
vendor
/
nikic
/
php-parser
/
test
/
code
/
parser
/
stmt
/
loop
/
Filename :
while.test
back
Copy
While loop ----- <?php while ($a) {} while ($a): endwhile; ----- array( 0: Stmt_While( cond: Expr_Variable( name: a ) stmts: array( ) ) 1: Stmt_While( cond: Expr_Variable( name: a ) stmts: array( ) ) )