summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 6de6212e208b62b7c8bdd499dce165f85c7a2e7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Extension [ <persistent> extension #102 var_representation version 0.1.4 ] {

  - Constants [2] {
    Constant [ int VAR_REPRESENTATION_SINGLE_LINE ] { 1 }
    Constant [ int VAR_REPRESENTATION_UNESCAPED ] { 2 }
  }

  - Functions {
    Function [ <internal:var_representation> function var_representation ] {

      - Parameters [2] {
        Parameter #0 [ <required> mixed $value ]
        Parameter #1 [ <optional> int $flags = 0 ]
      }
      - Return [ string ]
    }
  }
}