/PHP-Parser/lib/PhpParser/Node/ |
H A D | Attribute.php | 13 public array $args; variable in PhpParser\\Node\\Attribute 20 public function __construct(Name $name, array $args = [], array $attributes = []) {
|
/PHP-Parser/lib/PhpParser/Node/Expr/ |
H A D | FuncCall.php | 12 public array $args; variable in PhpParser\\Node\\Expr\\FuncCall 21 public function __construct(Node $name, array $args = [], array $attributes = []) {
|
H A D | New_.php | 14 public array $args; variable in PhpParser\\Node\\Expr\\New_ 23 public function __construct(Node $class, array $args = [], array $attributes = []) {
|
H A D | MethodCall.php | 17 public array $args; variable in PhpParser\\Node\\Expr\\MethodCall 27 public function __construct(Expr $var, $name, array $args = [], array $attributes = []) {
|
H A D | NullsafeMethodCall.php | 17 public array $args; variable in PhpParser\\Node\\Expr\\NullsafeMethodCall 27 public function __construct(Expr $var, $name, array $args = [], array $attributes = []) {
|
H A D | StaticCall.php | 17 public array $args; variable in PhpParser\\Node\\Expr\\StaticCall 27 public function __construct(Node $class, $name, array $args = [], array $attributes = []) {
|
/PHP-Parser/lib/PhpParser/ |
H A D | BuilderFactory.php | 20 public function attribute($name, array $args = []): Node\Attribute { 241 public function args(array $args): array { argument 261 public function funcCall($name, array $args = []): Expr\FuncCall { 275 public function methodCall(Expr $var, $name, array $args = []): Expr\MethodCall { 290 public function staticCall($class, $name, array $args = []): Expr\StaticCall { 304 public function new($class, array $args = []): Expr\New_ {
|
H A D | ParserAbstract.php | 1200 private function isSimpleExit(array $args): bool { 1216 protected function createExitExpr(string $name, int $namePos, array $args, array $attrs): Expr {
|
/PHP-Parser/lib/PhpParser/Internal/ |
H A D | PrintableNewAnonClassNode.php | 24 public array $args; variable in PhpParser\\Internal\\PrintableNewAnonClassNode 41 array $attrGroups, int $flags, array $args, ?Node\Name $extends, array $implements,
|
/PHP-Parser/bin/ |
H A D | php-parse | 137 function parseArgs($args) {
|
/PHP-Parser/grammar/ |
H A D | phpyLang.php | 133 function assertArgs($num, $args, $name) {
|