diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 |
commit | d320844e77bb8307d255290bedb2f74c55404a63 (patch) | |
tree | 6ced86d0cdce05a36daa2b5865bbdf47f76e6900 | |
parent | c2fd40f98d53ad7ad8cf8b628ced9cfa54d1d803 (diff) |
php-pecl-*: add Reflection file
-rw-r--r-- | REFLECTION | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..5fac99f --- /dev/null +++ b/REFLECTION @@ -0,0 +1,21 @@ +Extension [ <persistent> extension #138 uri_template version 1.0 ] { + + - Constants [4] { + Constant [ integer URI_TEMPLATE_ERROR_NONE ] { 0 } + Constant [ integer URI_TEMPLATE_ERROR ] { 1 } + Constant [ integer URI_TEMPLATE_ERROR_SYNTAX ] { 2 } + Constant [ integer URI_TEMPLATE_ERROR_EXPRESSION ] { 3 } + } + + - Functions { + Function [ <internal:uri_template> function &uri_template ] { + + - Parameters [3] { + Parameter #0 [ <required> $"template" ] + Parameter #1 [ <required> array $"variables" ] + Parameter #2 [ <optional> &$"result" ] + } + } + } +} + |