mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-04 18:28:25 +01:00
8 lines
110 B
PHP
8 lines
110 B
PHP
<?php
|
|
|
|
/**
|
|
* @property array $parts Encapsed string array
|
|
*/
|
|
class Node_Expr_ShellExec extends Node_Expr
|
|
{
|
|
} |