mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-02-24 10:52:45 +01:00
5 lines
48 B
PHP
5 lines
48 B
PHP
|
<?php
|
||
|
|
||
|
class Node_Stmt_For extends Node_Stmt
|
||
|
{
|
||
|
}
|