Home
last modified time | relevance | path

Searched defs:args (Results 1 – 11 of 11) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/
H A DAttribute.php13 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 DFuncCall.php12 public array $args; variable in PhpParser\\Node\\Expr\\FuncCall
21 public function __construct(Node $name, array $args = [], array $attributes = []) {
H A DNew_.php14 public array $args; variable in PhpParser\\Node\\Expr\\New_
23 public function __construct(Node $class, array $args = [], array $attributes = []) {
H A DMethodCall.php17 public array $args; variable in PhpParser\\Node\\Expr\\MethodCall
27 public function __construct(Expr $var, $name, array $args = [], array $attributes = []) {
H A DNullsafeMethodCall.php17 public array $args; variable in PhpParser\\Node\\Expr\\NullsafeMethodCall
27 public function __construct(Expr $var, $name, array $args = [], array $attributes = []) {
H A DStaticCall.php17 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 DBuilderFactory.php20 public function attribute($name, array $args = []): Node\Attribute {
241 public function args(array $args): array { function in PhpParser\\BuilderFactory
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 DParserAbstract.php1200 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 DPrintableNewAnonClassNode.php24 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 Dphp-parse137 function parseArgs($args) {
/PHP-Parser/grammar/
H A DphpyLang.php133 function assertArgs($num, $args, $name) {

Completed in 21 milliseconds