mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-04 18:28:25 +01:00
10 lines
193 B
PHP
10 lines
193 B
PHP
<?php
|
|
|
|
/**
|
|
* @property Node_Expr $key Key
|
|
* @property Node_Expr $value Value
|
|
* @property bool $byRef Whether to assign by reference
|
|
*/
|
|
class Node_Expr_ArrayItem extends Node_Expr
|
|
{
|
|
} |