diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-31 08:04:29 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-31 08:04:29 +0200 |
commit | 4ea6011584db4372c42b76e0f7223d2d07e32285 (patch) | |
tree | 7091f53dabea61f0e6844375131edd68eaea91b2 /REFLECTION |
initial package
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..0adf8ed --- /dev/null +++ b/REFLECTION @@ -0,0 +1,52 @@ +Extension [ <persistent> extension #116 simdjson version 2.0.3 ] { + + - Dependencies { + } + + - Functions { + Function [ <internal:simdjson> function simdjson_is_valid ] { + + - Parameters [2] { + Parameter #0 [ <required> string $json ] + Parameter #1 [ <optional> int $depth = <default> ] + } + - Return [ ?bool ] + } + Function [ <internal:simdjson> function simdjson_decode ] { + + - Parameters [3] { + Parameter #0 [ <required> string $json ] + Parameter #1 [ <optional> bool $assoc = <default> ] + Parameter #2 [ <optional> int $depth = <default> ] + } + } + Function [ <internal:simdjson> function simdjson_key_value ] { + + - Parameters [4] { + Parameter #0 [ <required> string $json ] + Parameter #1 [ <required> string $key ] + Parameter #2 [ <optional> bool $assoc = <default> ] + Parameter #3 [ <optional> int $depth = <default> ] + } + } + Function [ <internal:simdjson> function simdjson_key_exists ] { + + - Parameters [3] { + Parameter #0 [ <required> string $json ] + Parameter #1 [ <required> string $key ] + Parameter #2 [ <optional> int $depth = <default> ] + } + - Return [ ?bool ] + } + Function [ <internal:simdjson> function simdjson_key_count ] { + + - Parameters [3] { + Parameter #0 [ <required> string $json ] + Parameter #1 [ <required> string $key ] + Parameter #2 [ <optional> int $depth = <default> ] + } + - Return [ ?int ] + } + } +} + |