mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-12 09:29:47 +01:00
8 lines
130 B
PHP
8 lines
130 B
PHP
<?php
|
|
|
|
/**
|
|
* @property array $parts Encapsed string array
|
|
*/
|
|
class PHPParser_Node_Expr_ShellExec extends PHPParser_Node_Expr
|
|
{
|
|
} |