summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-03-30 13:54:41 +0200
committerRemi Collet <remi@php.net>2023-03-30 13:54:41 +0200
commitf3d77294d030644256c086dec41a904ff96d699a (patch)
treeaa5b9cea50b31c28b82af716d71e05217dfc26af
parentb239e3087599706102bfc6a3dd8b8a0178dcefa9 (diff)
+ reflection
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION16
2 files changed, 20 insertions, 0 deletions
diff --git a/PHPINFO b/PHPINFO
new file mode 100644
index 0000000..c26fd78
--- /dev/null
+++ b/PHPINFO
@@ -0,0 +1,4 @@
+
+otel_instrumentation
+
+otel_instrumentation support => enabled
diff --git a/REFLECTION b/REFLECTION
new file mode 100644
index 0000000..f7cff01
--- /dev/null
+++ b/REFLECTION
@@ -0,0 +1,16 @@
+Extension [ <persistent> extension #87 otel_instrumentation version 1.0.0beta2 ] {
+
+ - Functions {
+ Function [ <internal:otel_instrumentation> function OpenTelemetry\Instrumentation\hook ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> ?string $class ]
+ Parameter #1 [ <required> string $function ]
+ Parameter #2 [ <optional> ?Closure $pre = null ]
+ Parameter #3 [ <optional> ?Closure $post = null ]
+ }
+ - Return [ bool ]
+ }
+ }
+}
+