summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-17 17:19:42 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-17 17:19:42 +0200
commit99f377cfc8c8c96a0431a421746b7d0085a0b824 (patch)
tree93a9fbbb0aa3f53de59a2e9c47639777d7906087
parent29b8f8f13bef68e37a5328f2bd1132b9321b50e1 (diff)
php-pecl-*: add Reflection file
-rw-r--r--REFLECTION40
1 files changed, 40 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION
new file mode 100644
index 0000000..7e402a1
--- /dev/null
+++ b/REFLECTION
@@ -0,0 +1,40 @@
+Extension [ <persistent> extension #143 xhprof version 0.9.2 ] {
+
+ - INI {
+ Entry [ xhprof.output_dir <ALL> ]
+ 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 [ <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] {
+ }
+ }
+ }
+}
+