mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-03 09:47:59 +01:00
9 lines
177 B
PHP
9 lines
177 B
PHP
<?php
|
|
|
|
/**
|
|
* @property string $key Key
|
|
* @property PHPParser_Node_Expr $value Value
|
|
*/
|
|
class PHPParser_Node_Stmt_DeclareDeclare extends PHPParser_Node_Stmt
|
|
{
|
|
} |