From d320844e77bb8307d255290bedb2f74c55404a63 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 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..5fac99f --- /dev/null +++ b/REFLECTION @@ -0,0 +1,21 @@ +Extension [ 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 [ function &uri_template ] { + + - Parameters [3] { + Parameter #0 [ $"template" ] + Parameter #1 [ array $"variables" ] + Parameter #2 [ &$"result" ] + } + } + } +} + -- cgit