summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-03-13 14:48:33 +0100
committerRemi Collet <remi@php.net>2026-03-13 14:48:33 +0100
commit610f6ea7f8cc10ba8263df4a37cf2f5654fbbdb2 (patch)
treeccd2e4abd1bedfda2a82dc5b589721627ddebe32 /REFLECTION
parentcb48d8e1175d0aabd79a294d204ed957d767392b (diff)
drop pear/pecl dependencyHEADmaster
sources from github
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION74
1 files changed, 37 insertions, 37 deletions
diff --git a/REFLECTION b/REFLECTION
index 55930c6..628a33b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,42 +1,42 @@
-Extension [ <persistent> extension #64 dio version 0.3.0RC1 ] {
+Extension [ <persistent> extension #75 dio version 0.3.0 ] {
- Constants [36] {
- Constant [ int O_RDONLY ] { 0 }
- Constant [ int O_WRONLY ] { 1 }
- Constant [ int O_RDWR ] { 2 }
- Constant [ int O_CREAT ] { 64 }
- Constant [ int O_EXCL ] { 128 }
- Constant [ int O_TRUNC ] { 512 }
- Constant [ int O_APPEND ] { 1024 }
- Constant [ int O_NONBLOCK ] { 2048 }
- Constant [ int O_NDELAY ] { 2048 }
- Constant [ int O_SYNC ] { 1052672 }
- Constant [ int O_ASYNC ] { 8192 }
- Constant [ int O_NOCTTY ] { 256 }
- Constant [ int S_IRWXU ] { 448 }
- Constant [ int S_IRUSR ] { 256 }
- Constant [ int S_IWUSR ] { 128 }
- Constant [ int S_IXUSR ] { 64 }
- Constant [ int S_IRWXG ] { 56 }
- Constant [ int S_IRGRP ] { 32 }
- Constant [ int S_IWGRP ] { 16 }
- Constant [ int S_IXGRP ] { 8 }
- Constant [ int S_IRWXO ] { 7 }
- Constant [ int S_IROTH ] { 4 }
- Constant [ int S_IWOTH ] { 2 }
- Constant [ int S_IXOTH ] { 1 }
- Constant [ int F_DUPFD ] { 0 }
- Constant [ int F_GETFD ] { 1 }
- Constant [ int F_GETFL ] { 3 }
- Constant [ int F_SETFL ] { 4 }
- Constant [ int F_GETLK ] { 5 }
- Constant [ int F_SETLK ] { 6 }
- Constant [ int F_SETLKW ] { 7 }
- Constant [ int F_SETOWN ] { 8 }
- Constant [ int F_GETOWN ] { 9 }
- Constant [ int F_UNLCK ] { 2 }
- Constant [ int F_RDLCK ] { 0 }
- Constant [ int F_WRLCK ] { 1 }
+ Constant [ <persistent> int O_RDONLY ] { 0 }
+ Constant [ <persistent> int O_WRONLY ] { 1 }
+ Constant [ <persistent> int O_RDWR ] { 2 }
+ Constant [ <persistent> int O_CREAT ] { 64 }
+ Constant [ <persistent> int O_EXCL ] { 128 }
+ Constant [ <persistent> int O_TRUNC ] { 512 }
+ Constant [ <persistent> int O_APPEND ] { 1024 }
+ Constant [ <persistent> int O_NONBLOCK ] { 2048 }
+ Constant [ <persistent> int O_NDELAY ] { 2048 }
+ Constant [ <persistent> int O_SYNC ] { 1052672 }
+ Constant [ <persistent> int O_ASYNC ] { 8192 }
+ Constant [ <persistent> int O_NOCTTY ] { 256 }
+ Constant [ <persistent> int S_IRWXU ] { 448 }
+ Constant [ <persistent> int S_IRUSR ] { 256 }
+ Constant [ <persistent> int S_IWUSR ] { 128 }
+ Constant [ <persistent> int S_IXUSR ] { 64 }
+ Constant [ <persistent> int S_IRWXG ] { 56 }
+ Constant [ <persistent> int S_IRGRP ] { 32 }
+ Constant [ <persistent> int S_IWGRP ] { 16 }
+ Constant [ <persistent> int S_IXGRP ] { 8 }
+ Constant [ <persistent> int S_IRWXO ] { 7 }
+ Constant [ <persistent> int S_IROTH ] { 4 }
+ Constant [ <persistent> int S_IWOTH ] { 2 }
+ Constant [ <persistent> int S_IXOTH ] { 1 }
+ Constant [ <persistent> int F_DUPFD ] { 0 }
+ Constant [ <persistent> int F_GETFD ] { 1 }
+ Constant [ <persistent> int F_GETFL ] { 3 }
+ Constant [ <persistent> int F_SETFL ] { 4 }
+ Constant [ <persistent> int F_GETLK ] { 5 }
+ Constant [ <persistent> int F_SETLK ] { 6 }
+ Constant [ <persistent> int F_SETLKW ] { 7 }
+ Constant [ <persistent> int F_SETOWN ] { 8 }
+ Constant [ <persistent> int F_GETOWN ] { 9 }
+ Constant [ <persistent> int F_UNLCK ] { 2 }
+ Constant [ <persistent> int F_RDLCK ] { 0 }
+ Constant [ <persistent> int F_WRLCK ] { 1 }
}
- Functions {