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
commit6e866959cac80f8e205654abb539143ecdbd52a2 (patch)
tree79d28ade0ce7099003040d378bfc09f53605f6cf
parent124d3f9b7048db41d494d1ef0feb573bc8052493 (diff)
php-pecl-*: add Reflection file
-rw-r--r--REFLECTION49
1 files changed, 49 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION
new file mode 100644
index 0000000..64fff6b
--- /dev/null
+++ b/REFLECTION
@@ -0,0 +1,49 @@
+Extension [ <persistent> extension #75 bbcode version 1.0.3b1 ] {
+
+ - Constants [26] {
+ Constant [ integer BBCODE_TYPE_NOARG ] { 1 }
+ Constant [ integer BBCODE_TYPE_SINGLE ] { 2 }
+ Constant [ integer BBCODE_TYPE_ARG ] { 3 }
+ Constant [ integer BBCODE_TYPE_OPTARG ] { 4 }
+ Constant [ integer BBCODE_TYPE_ROOT ] { 5 }
+ Constant [ integer BBCODE_FLAGS_ARG_PARSING ] { 1 }
+ Constant [ integer BBCODE_FLAGS_CDATA_NOT_ALLOWED ] { 2 }
+ Constant [ integer BBCODE_FLAGS_SMILEYS_ON ] { 4 }
+ Constant [ integer BBCODE_FLAGS_SMILEYS_OFF ] { 8 }
+ Constant [ integer BBCODE_FLAGS_ONE_OPEN_PER_LEVEL ] { 16 }
+ Constant [ integer BBCODE_FLAGS_REMOVE_IF_EMPTY ] { 32 }
+ Constant [ integer BBCODE_FLAGS_DENY_REOPEN_CHILD ] { 64 }
+ Constant [ integer BBCODE_ARG_DOUBLE_QUOTE ] { 1 }
+ Constant [ integer BBCODE_ARG_SINGLE_QUOTE ] { 2 }
+ Constant [ integer BBCODE_ARG_HTML_QUOTE ] { 4 }
+ Constant [ integer BBCODE_ARG_QUOTE_ESCAPING ] { 16 }
+ Constant [ integer BBCODE_AUTO_CORRECT ] { 256 }
+ Constant [ integer BBCODE_CORRECT_REOPEN_TAGS ] { 512 }
+ Constant [ integer BBCODE_DISABLE_TREE_BUILD ] { 8192 }
+ Constant [ integer BBCODE_DEFAULT_SMILEYS_ON ] { 1024 }
+ Constant [ integer BBCODE_DEFAULT_SMILEYS_OFF ] { 2048 }
+ Constant [ integer BBCODE_FORCE_SMILEYS_OFF ] { 4096 }
+ Constant [ integer BBCODE_SMILEYS_CASE_INSENSITIVE ] { 16384 }
+ Constant [ integer BBCODE_SET_FLAGS_SET ] { 0 }
+ Constant [ integer BBCODE_SET_FLAGS_ADD ] { 1 }
+ Constant [ integer BBCODE_SET_FLAGS_REMOVE ] { 2 }
+ }
+
+ - Functions {
+ Function [ <internal:bbcode> function bbcode_create ] {
+ }
+ Function [ <internal:bbcode> function bbcode_add_element ] {
+ }
+ Function [ <internal:bbcode> function bbcode_destroy ] {
+ }
+ Function [ <internal:bbcode> function bbcode_parse ] {
+ }
+ Function [ <internal:bbcode> function bbcode_add_smiley ] {
+ }
+ Function [ <internal:bbcode> function bbcode_set_flags ] {
+ }
+ Function [ <internal:bbcode> function bbcode_set_arg_parser ] {
+ }
+ }
+}
+