mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-04 02:17:56 +01:00
5 lines
48 B
PHP
5 lines
48 B
PHP
|
<?php
|
||
|
|
||
|
class Node_Stmt_For extends Node_Stmt
|
||
|
{
|
||
|
}
|