summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-12-08 08:59:44 +0100
committerRemi Collet <remi@remirepo.net>2019-12-08 08:59:44 +0100
commit4870b97074fbba5e67193b22d67e694a395a5fbf (patch)
tree2235032eda408450228f3cedf72a30301fba4fb8 /REFLECTION
parent50e46c51dae97f59f3c047dc4df7678f222bdab2 (diff)
v1.0.7
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION70
1 files changed, 35 insertions, 35 deletions
diff --git a/REFLECTION b/REFLECTION
index 788bf5a..e19eca9 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #93 ev version 1.0.6 ] {
+Extension [ <persistent> extension #91 ev version 1.0.7 ] {
- Dependencies {
Dependency [ sockets (Optional) ]
@@ -8,40 +8,40 @@ Extension [ <persistent> extension #93 ev version 1.0.6 ] {
Class [ <internal:ev> final class Ev ] {
- Constants [34] {
- Constant [ public integer FLAG_AUTO ] { 0 }
- Constant [ public integer FLAG_NOENV ] { 16777216 }
- Constant [ public integer FLAG_FORKCHECK ] { 33554432 }
- Constant [ public integer FLAG_NOINOTIFY ] { 1048576 }
- Constant [ public integer FLAG_SIGNALFD ] { 2097152 }
- Constant [ public integer FLAG_NOSIGMASK ] { 4194304 }
- Constant [ public integer RUN_NOWAIT ] { 1 }
- Constant [ public integer RUN_ONCE ] { 2 }
- Constant [ public integer BREAK_CANCEL ] { 0 }
- Constant [ public integer BREAK_ONE ] { 1 }
- Constant [ public integer BREAK_ALL ] { 2 }
- Constant [ public integer MINPRI ] { -2 }
- Constant [ public integer MAXPRI ] { 2 }
- Constant [ public integer READ ] { 1 }
- Constant [ public integer WRITE ] { 2 }
- Constant [ public integer TIMER ] { 256 }
- Constant [ public integer PERIODIC ] { 512 }
- Constant [ public integer SIGNAL ] { 1024 }
- Constant [ public integer CHILD ] { 2048 }
- Constant [ public integer STAT ] { 4096 }
- Constant [ public integer IDLE ] { 8192 }
- Constant [ public integer PREPARE ] { 16384 }
- Constant [ public integer CHECK ] { 32768 }
- Constant [ public integer EMBED ] { 65536 }
- Constant [ public integer CUSTOM ] { 16777216 }
- Constant [ public integer ERROR ] { -2147483648 }
- Constant [ public integer BACKEND_SELECT ] { 1 }
- Constant [ public integer BACKEND_POLL ] { 2 }
- Constant [ public integer BACKEND_EPOLL ] { 4 }
- Constant [ public integer BACKEND_KQUEUE ] { 8 }
- Constant [ public integer BACKEND_DEVPOLL ] { 16 }
- Constant [ public integer BACKEND_PORT ] { 32 }
- Constant [ public integer BACKEND_ALL ] { 63 }
- Constant [ public integer BACKEND_MASK ] { 65535 }
+ Constant [ public int FLAG_AUTO ] { 0 }
+ Constant [ public int FLAG_NOENV ] { 16777216 }
+ Constant [ public int FLAG_FORKCHECK ] { 33554432 }
+ Constant [ public int FLAG_NOINOTIFY ] { 1048576 }
+ Constant [ public int FLAG_SIGNALFD ] { 2097152 }
+ Constant [ public int FLAG_NOSIGMASK ] { 4194304 }
+ Constant [ public int RUN_NOWAIT ] { 1 }
+ Constant [ public int RUN_ONCE ] { 2 }
+ Constant [ public int BREAK_CANCEL ] { 0 }
+ Constant [ public int BREAK_ONE ] { 1 }
+ Constant [ public int BREAK_ALL ] { 2 }
+ Constant [ public int MINPRI ] { -2 }
+ Constant [ public int MAXPRI ] { 2 }
+ Constant [ public int READ ] { 1 }
+ Constant [ public int WRITE ] { 2 }
+ Constant [ public int TIMER ] { 256 }
+ Constant [ public int PERIODIC ] { 512 }
+ Constant [ public int SIGNAL ] { 1024 }
+ Constant [ public int CHILD ] { 2048 }
+ Constant [ public int STAT ] { 4096 }
+ Constant [ public int IDLE ] { 8192 }
+ Constant [ public int PREPARE ] { 16384 }
+ Constant [ public int CHECK ] { 32768 }
+ Constant [ public int EMBED ] { 65536 }
+ Constant [ public int CUSTOM ] { 16777216 }
+ Constant [ public int ERROR ] { -2147483648 }
+ Constant [ public int BACKEND_SELECT ] { 1 }
+ Constant [ public int BACKEND_POLL ] { 2 }
+ Constant [ public int BACKEND_EPOLL ] { 4 }
+ Constant [ public int BACKEND_KQUEUE ] { 8 }
+ Constant [ public int BACKEND_DEVPOLL ] { 16 }
+ Constant [ public int BACKEND_PORT ] { 32 }
+ Constant [ public int BACKEND_ALL ] { 255 }
+ Constant [ public int BACKEND_MASK ] { 65535 }
}
- Static properties [0] {