Lines Matching refs:PhpParser
3 namespace PhpParser\Builder;
5 use PhpParser\Comment;
6 use PhpParser\Error;
7 use PhpParser\Modifiers;
8 use PhpParser\Node\Arg;
9 use PhpParser\Node\Attribute;
10 use PhpParser\Node\AttributeGroup;
11 use PhpParser\Node\Expr;
12 use PhpParser\Node\Identifier;
13 use PhpParser\Node\Name;
14 use PhpParser\Node\PropertyHook;
15 use PhpParser\Node\PropertyItem;
16 use PhpParser\Node\Scalar;
17 use PhpParser\Node\Scalar\Int_;
18 use PhpParser\Node\Stmt;
115 new \PhpParser\Node\PropertyItem('test')
151 new \PhpParser\Node\PropertyItem('test')
207 new \PhpParser\Node\ArrayItem(new Scalar\Int_(1)),
208 new \PhpParser\Node\ArrayItem(new Scalar\Int_(2)),
209 new \PhpParser\Node\ArrayItem(new Scalar\Int_(3)),
215 new \PhpParser\Node\ArrayItem(
219 new \PhpParser\Node\ArrayItem(