/PHP-Parser/test/PhpParser/ |
H A D | NodeAbstractTest.php | 10 public function __construct($subNode1, $subNode2, $notSubNode, $attributes) { 53 public function testConstruct(array $attributes, Node $node) { 78 public function testGetDocComment(array $attributes, Node $node): void { 122 public function testChange(array $attributes, DummyNode $node): void { 140 public function testIteration(array $attributes, Node $node): void {
|
/PHP-Parser/lib/PhpParser/Node/Scalar/ |
H A D | Float_.php | 17 public function __construct(float $value, array $attributes = []) { 29 public static function fromString(string $str, array $attributes = []): Float_ {
|
H A D | Int_.php | 24 public function __construct(int $value, array $attributes = []) { 42 …public static function fromString(string $str, array $attributes = [], bool $allowInvalidOctal = f…
|
H A D | MagicConst.php | 13 public function __construct(array $attributes = []) {
|
/PHP-Parser/lib/PhpParser/ |
H A D | Error.php | 8 protected array $attributes; variable in PhpParser\\Error 16 public function __construct(string $message, array $attributes = []) { 65 public function setAttributes(array $attributes): void {
|
H A D | NodeAbstract.php | 7 protected array $attributes; variable in PhpParser\\NodeAbstract 14 public function __construct(array $attributes = []) { 171 public function setAttributes(array $attributes): void {
|
/PHP-Parser/lib/PhpParser/Node/ |
H A D | VariadicPlaceholder.php | 16 public function __construct(array $attributes = []) {
|
H A D | IntersectionType.php | 15 public function __construct(array $types, array $attributes = []) {
|
H A D | UnionType.php | 15 public function __construct(array $types, array $attributes = []) {
|
H A D | NullableType.php | 17 public function __construct(Node $type, array $attributes = []) {
|
H A D | AttributeGroup.php | 15 public function __construct(array $attrs, array $attributes = []) {
|
/PHP-Parser/lib/PhpParser/Node/Expr/ |
H A D | Error.php | 19 public function __construct(array $attributes = []) {
|
H A D | Cast.php | 17 public function __construct(Expr $expr, array $attributes = []) {
|
H A D | BooleanNot.php | 17 public function __construct(Expr $expr, array $attributes = []) {
|
H A D | Clone_.php | 17 public function __construct(Expr $expr, array $attributes = []) {
|
H A D | Empty_.php | 17 public function __construct(Expr $expr, array $attributes = []) {
|
H A D | ErrorSuppress.php | 17 public function __construct(Expr $expr, array $attributes = []) {
|
H A D | Eval_.php | 17 public function __construct(Expr $expr, array $attributes = []) {
|
H A D | Isset_.php | 17 public function __construct(array $vars, array $attributes = []) {
|
/PHP-Parser/lib/PhpParser/Node/Stmt/ |
H A D | Trait_.php | 20 public function __construct($name, array $subNodes = [], array $attributes = []) {
|
H A D | Const_.php | 17 public function __construct(array $consts, array $attributes = []) {
|
H A D | Echo_.php | 17 public function __construct(array $exprs, array $attributes = []) {
|
H A D | Else_.php | 17 public function __construct(array $stmts = [], array $attributes = []) {
|
H A D | Expression.php | 20 public function __construct(Node\Expr $expr, array $attributes = []) {
|
H A D | Finally_.php | 17 public function __construct(array $stmts = [], array $attributes = []) {
|