mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-03 09:47:59 +01:00
11 lines
218 B
PHP
11 lines
218 B
PHP
<?php
|
|
|
|
/**
|
|
* @property array $init Init expression
|
|
* @property array $cond Loop condition
|
|
* @property array $loop Loop expression
|
|
* @property array $stmts Statements
|
|
*/
|
|
class Node_Stmt_For extends Node_Stmt
|
|
{
|
|
} |