summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 9df8faee7673e0bc01249c76f500c82759ccc565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Extension [ <persistent> extension #120 xhprof version 2.3.1 ] {

  - INI {
    Entry [ xhprof.output_dir <ALL> ]
      Current = ''
    }
    Entry [ xhprof.collect_additional_info <ALL> ]
      Current = '0'
    }
    Entry [ xhprof.sampling_interval <ALL> ]
      Current = '100000'
    }
    Entry [ xhprof.sampling_depth <ALL> ]
      Current = '0x7fffffff'
    }
  }

  - Constants [3] {
    Constant [ int XHPROF_FLAGS_NO_BUILTINS ] { 1 }
    Constant [ int XHPROF_FLAGS_CPU ] { 2 }
    Constant [ int XHPROF_FLAGS_MEMORY ] { 4 }
  }

  - Functions {
    Function [ <internal:xhprof> function xhprof_enable ] {

      - Parameters [2] {
        Parameter #0 [ <optional> $flags ]
        Parameter #1 [ <optional> $options ]
      }
    }
    Function [ <internal:xhprof> function xhprof_disable ] {

      - Parameters [0] {
      }
    }
    Function [ <internal:xhprof> function xhprof_sample_enable ] {

      - Parameters [0] {
      }
    }
    Function [ <internal:xhprof> function xhprof_sample_disable ] {

      - Parameters [0] {
      }
    }
  }
}