summaryrefslogtreecommitdiffstats
path: root/REFLECTION
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
commit255a89f42cc6e71bf60443f2f730b71ac8a40907 (patch)
treedd79410cd557758143bbac2dff65304e0669c705 /REFLECTION
parent5a8d6f4b9d46440839ef913eb0791afc9e816424 (diff)
php-pecl-*: add Reflection file
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION23
1 files changed, 23 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION
new file mode 100644
index 0000000..d8bfcf5
--- /dev/null
+++ b/REFLECTION
@@ -0,0 +1,23 @@
+Extension [ <persistent> extension #142 xattr version 1.2.0 ] {
+
+ - Constants [4] {
+ Constant [ integer XATTR_ROOT ] { 2 }
+ Constant [ integer XATTR_DONTFOLLOW ] { 1 }
+ Constant [ integer XATTR_CREATE ] { 16 }
+ Constant [ integer XATTR_REPLACE ] { 32 }
+ }
+
+ - Functions {
+ Function [ <internal:xattr> function xattr_set ] {
+ }
+ Function [ <internal:xattr> function xattr_get ] {
+ }
+ Function [ <internal:xattr> function xattr_remove ] {
+ }
+ Function [ <internal:xattr> function xattr_list ] {
+ }
+ Function [ <internal:xattr> function xattr_supported ] {
+ }
+ }
+}
+