backyard-parser 0.1.10

Parse PHP code to AST node.
Documentation
---
source: crates/backyard-parser/tests/statics.rs
expression: asts
snapshot_kind: text
---
node_type: program
children:
  - node_type: static
    items:
      - node_type: property_item
        name:
          node_type: identifier
          name:
            - 116
            - 105
            - 116
            - 108
            - 101
          loc:
            start:
              line: 1
              column: 7
              offset: 7
            end:
              line: 1
              column: 12
              offset: 12
          leadings: ~
          trailings: ~
        variable_type: ~
        value: ~
        loc:
          start:
            line: 1
            column: 7
            offset: 7
          end:
            line: 1
            column: 7
            offset: 7
        leadings: ~
        trailings: ~
    loc:
      start:
        line: 1
        column: 7
        offset: 7
      end:
        line: 1
        column: 13
        offset: 13
    leadings: ~
    trailings: ~
loc:
  start:
    line: 1
    column: 0
    offset: 0
  end:
    line: 1
    column: 13
    offset: 13
leadings: ~
trailings: ~