/PHP-Parser/test/code/parser/expr/uvs/ |
H A D | indirectCall.test | 26 0: Arg( 37 0: Arg( 67 0: Arg( 78 0: Arg( 115 0: Arg( 182 0: Arg( 252 0: Arg( 343 0: Arg( 417 0: Arg( 462 0: Arg( [all …]
|
H A D | newInstanceofExpr.test | 35 0: Arg(
|
/PHP-Parser/test/code/parser/expr/ |
H A D | trailingCommas.test | 19 0: Arg( 27 1: Arg( 47 0: Arg( 55 1: Arg( 75 0: Arg( 83 1: Arg( 100 0: Arg( 108 1: Arg(
|
H A D | exit.test | 59 0: Arg( 78 0: Arg( 95 0: Arg( 103 1: Arg( 120 0: Arg( 148 0: Arg( 156 1: Arg(
|
H A D | throw.test | 14 0: Arg(
|
H A D | nullsafe.test | 31 0: Arg(
|
/PHP-Parser/test/code/parser/expr/fetchAndCall/ |
H A D | args.test | 27 0: Arg( 44 0: Arg( 52 1: Arg( 69 0: Arg( 86 0: Arg( 94 1: Arg(
|
H A D | namedArgs.test | 14 0: Arg( 24 1: Arg( 43 0: Arg(
|
/PHP-Parser/lib/PhpParser/Node/Expr/ |
H A D | CallLike.php | 5 use PhpParser\Node\Arg; alias 29 * @return Arg[]
|
H A D | New_.php | 6 use PhpParser\Node\Arg; alias
|
H A D | StaticCall.php | 6 use PhpParser\Node\Arg; alias
|
H A D | MethodCall.php | 6 use PhpParser\Node\Arg; alias
|
H A D | NullsafeMethodCall.php | 6 use PhpParser\Node\Arg; alias
|
/PHP-Parser/test/PhpParser/ |
H A D | BuilderFactoryTest.php | 5 use PhpParser\Node\Arg; alias 49 new Attribute(new Name('AttributeName'), [new Arg( 100 $unpack = new Arg(new Expr\Variable('c'), false, true); 103 new Arg(new Expr\Variable('a')), 104 new Arg(new String_('b')), 115 new Arg(new String_('foo')), 116 new Arg(new String_('baz'), false, false, [], new Identifier('bar')), 129 [new Arg(new String_('str'))] 144 [new Arg(new Int_(42))] 170 [new Arg(new Expr\Variable('baz'))] [all …]
|
/PHP-Parser/test/PhpParser/Node/Expr/ |
H A D | CallableLikeTest.php | 5 use PhpParser\Node\Arg; alias 22 $normalArgs = [new Arg(new Int_(1))];
|
/PHP-Parser/test/PhpParser/Builder/ |
H A D | EnumCaseTest.php | 6 use PhpParser\Node\Arg; alias 41 [new Arg(new Int_(1), false, false, [], new Identifier('name'))]
|
H A D | TraitTest.php | 7 use PhpParser\Node\Arg; alias 101 [new Arg(new Int_(1), false, false, [], new Identifier('name'))]
|
H A D | EnumTest.php | 7 use PhpParser\Node\Arg; alias 112 [new Arg(new Int_(1), false, false, [], new Identifier('name'))]
|
H A D | FunctionTest.php | 7 use PhpParser\Node\Arg; alias 92 [new Arg(new Int_(1), false, false, [], new Identifier('name'))]
|
H A D | InterfaceTest.php | 7 use PhpParser\Node\Arg; alias 87 [new Arg(new Int_(1), false, false, [], new Identifier('name'))]
|
/PHP-Parser/test/code/parser/stmt/ |
H A D | haltCompilerOffset.test | 16 0: Arg(
|
/PHP-Parser/test/code/parser/stmt/class/ |
H A D | anonymous.test | 139 0: Arg( 147 1: Arg( 213 0: Arg(
|
/PHP-Parser/lib/PhpParser/Node/ |
H A D | Arg.php | 7 class Arg extends NodeAbstract { class
|
/PHP-Parser/test/code/parser/stmt/generator/ |
H A D | yieldPrecedence.test | 91 0: Arg( 173 0: Arg( 214 0: Arg(
|
H A D | basic.test | 210 0: Arg( 236 0: Arg( 256 0: Arg(
|