| Current Path : /var/www/html/edd.sumar.com.py/vendor/nikic/php-parser/test/code/parser/stmt/loop/ |
| Current File : /var/www/html/edd.sumar.com.py/vendor/nikic/php-parser/test/code/parser/stmt/loop/do.test |
Do loop
-----
<?php
do {
} while ($a);
-----
array(
0: Stmt_Do(
stmts: array(
)
cond: Expr_Variable(
name: a
)
)
)