From 99f377cfc8c8c96a0431a421746b7d0085a0b824 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..7e402a1 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,40 @@ +Extension [ extension #143 xhprof version 0.9.2 ] { + + - INI { + Entry [ xhprof.output_dir ] + Current = '/tmp' + } + } + + - Constants [3] { + Constant [ integer XHPROF_FLAGS_NO_BUILTINS ] { 1 } + Constant [ integer XHPROF_FLAGS_CPU ] { 2 } + Constant [ integer XHPROF_FLAGS_MEMORY ] { 4 } + } + + - Functions { + Function [ function xhprof_enable ] { + + - Parameters [2] { + Parameter #0 [ $flags ] + Parameter #1 [ $options ] + } + } + Function [ function xhprof_disable ] { + + - Parameters [0] { + } + } + Function [ function xhprof_sample_enable ] { + + - Parameters [0] { + } + } + Function [ function xhprof_sample_disable ] { + + - Parameters [0] { + } + } + } +} + -- cgit